Skip to content

Cutting edge PWA with Server-side rendering React.js Boilerplate

Notifications You must be signed in to change notification settings

cescoferraro/react-boil

Repository files navigation

React-boil

Cutting edge PWA ready React.js Boilerplate. This is created as a template for my cookie cutter called react-boiler. The goal here is to enable developers, a.k.a. me, deliver tomorrow’s web today.

👀react as the view
🔥Redux store ready! All the cool tooling and extensions.
🔀redux-first-router as the router.
🚄express server.
🎛Offilne first. Try going offline for a bit.
🔥OneSignal gives us web push Notifications to keep in touch with our customers
🖌ReduxStorage makes the app remember where the user was last time with ALL THE DATA! Native app experience
🔥Firebase totally integrated Redux store ready! Google Infrastructure ready to ship!
🚀Redux-Observable to perform asynchronous redux actions.
🌍Server Side Rendering because its 2017.
💩webpack-flush-chunks framework less code splitting & SSR FULL CONTROL
🖌PostCSS lets you use next css syntax now.
👼Extract-Css-Chunks injects only css critical path to the website.
📦All source is bundled using Webpack v3.
🔥Extreme live development using webpack standard tooling like webpack-hot-server-middleware & webpack-hot-middleware.
🍃Tree-shaking, courtesy of Webpack.
🎛Pre-configured to support development and optimized production builds.
🤖Vendor DLL for smooth development experiences.
💩Code splitting Thanks to react-universal-component
😎Progressive Web Application ready, with offline support, via a Service Worker.
🕸Is this reality? Believe at the web https://boil.cescoferraro.xyz
🎭`jest` as the test framework. Snapshot for life!