From 53c6a99a0865f5e77ef2bf4c8e7c93ea345180f5 Mon Sep 17 00:00:00 2001 From: Mike Diamond Date: Wed, 10 Oct 2018 14:01:46 +0300 Subject: [PATCH] Update boilerplates-and-starter-kits.md Added React Firebase SSR Boilerplate --- boilerplates-and-starter-kits.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.