Skip to content

Commit 9b41386

Browse files
committed
2 parents 9dbc835 + 9315ec0 commit 9b41386

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ This library has been designed for interoperability with [`react-async-bootstrap
174174

175175
`react-async-bootstrapper` allows us to do a "pre-render parse" of our React Element tree and execute an `asyncBootstrap` function that are attached to a components within the tree. In our case the "bootstrapping" process involves the resolution of asynchronous components so that they can be rendered "synchronously" by the server. We use this 3rd party library as it allows interoperability with other libraries which also require a "bootstrapping" process (e.g. data preloading as supported by [`react-jobs`](https://github.com/ctrlplusb/react-jobs)).
176176

177-
> NOTE: I have not updated `react-jobs` to make use of `react-async-bootstrapper` as of yet.
178-
179177
Firstly, install `react-async-bootstrapper`:
180178

181179
```

0 commit comments

Comments
 (0)