Skip to content
Antony Budianto edited this page Oct 9, 2017 · 21 revisions

Welcome to the CRA Universal wiki!

Introduction

It's a simple CLI to initialize and build an Express server inside your CRA app, featuring Server-side rendering with Code-splitting features.

Currently you can visit my website for SSR with Code-splitting demo.

Contributions are welcomed!

Non-CRA users

This CLI will probably work on non-CRA users if they follow some of required CRA conventions

  • src/index.js
  • <div id="root">...</div>

Related articles:

https://medium.com/@antonybudianto/server-side-rendering-with-react-and-firebase-functions-cd67fdb2b605

Please give your support by ⭐️ starring ⭐️ this repo, Thank you 🎉 🎉 🎉

Clone this wiki locally