react-async-ssr
react-async-ssr copied to clipboard
Render React Suspense on server
Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
Files for SSR are compiled by Webpack on our project. I am having the following error: `isReactClassComponent is not a function` in file shim.js. That is because Webpack prefer "module",...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
It seems like library works without problems with React 17, even better, cause in 17 some bugs around Suspense have been fixed. So It would be nice to include 17...
I've just published [react-lazy-data](https://www.npmjs.com/package/react-lazy-data), a package to handle async data fetching which works well with `react-async-ssr`. However, I'd be really interested to hear from anyone who has found any other...
If a promise uses `NO_SSR` option to display fallback on server render, and there is other content within the Suspense boundary, a hydration error is logged to `console.error`. The cause...
All tests at present use lazy promises which call their `.then()` callback asynchronously. Code is built in to this library to handle promises which call the `.then()` callback synchronously, but...