template-react-ssr
template-react-ssr copied to clipboard
Server-side rendering template using express and react 16
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 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 [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
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....
Project runs find in development mode but in but is not is production. it showing **You should not use Switch outside a Router** and when i use **BrowserRouter** in **App.js**...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Hey everyone, since we plan on creating a real-world example for a PWA using this React 16, it would be great to know, what features you desire in a real-world...
This would be a pretty good candidate for typescript. But then, it would also be less usable for people not using typescript. Have you thought about including it?
Apologies if this is muddying up your Github issues. https://www.netlify.com/blog/2017/06/06/jamstack-vs-isomorphic-server-side-rendering/ I've been looking at using Netlify and am realising that this template is just not compatable with the JAMStack way...
I am trying to deploy my SSR app in firebase originally forked from this repo, after doing some modification in the app. Which works fine when I do sudo firebase...