diff --git a/boilerplates-and-starter-kits.md b/boilerplates-and-starter-kits.md index 9a99b6f..a121b34 100644 --- a/boilerplates-and-starter-kits.md +++ b/boilerplates-and-starter-kits.md @@ -72,6 +72,10 @@ https://github.com/webyak/react-static-plate Build static sites with React to host on Amazon S3, Github Pages, Surge, etc. An interesting alternative to other static page generation tools. +- **React Firebase SSR Boilerplate** + https://github.com/mike-diamond/react-firebase-ssr-boilerplate + Boilerplate react app with server side rendering, multilanguage, code and styles splitting. The redux store is connected to Firebase Realtime Databse. + #### Other @@ -144,4 +148,4 @@ - **How to set up React, Webpack 3, and Babel, in 2017** https://www.valentinog.com/blog/react-webpack-babel/ - A clear explanation of how to create a basic Webpack+Babel setup for a React app, with descriptions of why each step is necessary. \ No newline at end of file + A clear explanation of how to create a basic Webpack+Babel setup for a React app, with descriptions of why each step is necessary.