react-prepare
react-prepare copied to clipboard
Prepare you app state for async server-side rendering and more!
Hi @elierotenberg, I am using your library. It's working great. Recently I've integrated react-formsy and my app is crashing. I narrowed the problem and think that it is in your...
React 16.2 introduced a new pseudo component type `React.Fragment` and `prepare()` crashed if it met with the type.
Stateless function components get `context` as a second argument. I couldn't find official documentation for that but some libraries (e.g. `react-popper`) depend on it and crash without it.
Hi @elierotenberg, this library looks really helpful. I am wondering if you could discuss the most notable difference of this library with [react-jobs](https://github.com/ctrlplusb/react-jobs) and [redux-connect](https://github.com/makeomatic/redux-connect)? Thank you!
Hi @elierotenberg, thank you for open sourcing this library! I noticed that the library seems quite agnostic to router, but wondering if you've tried or think it would be compatible...
- Nice code, no warnings at all, except one. - Added some types. - Don’t be surprised code is slightly reformatted. I am using awesome jlongster/prettier, everybody should use it....