react-lightyear icon indicating copy to clipboard operation
react-lightyear copied to clipboard

A Suspense enabled React server renderer

Results 4 react-lightyear issues
Sort by recently updated
recently updated
newest added

This PR merges the React master up until the experimental channel `0.0.0-experimental-8d7535e54` release. This also includes previously unsynced `v16.11` and `v16.12`. The PR also fixes all Lightyear-specific tests and linting...

As was explained in #32, hydration of `` in React is supposed to only work with blocking or concurrent roots, not with the "legacy" `ReactDOM.render`. That this has worked up...

help wanted

The new functionality (located mainly at the bottom of `ReactPartialRenderer`) was written without Flow-types since this started as an exploration and I wasn't comfortable moving fast with Flow. Now that...

help wanted