Skip to content
Antony Budianto edited this page Nov 19, 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.

Under the hood, it depends on create-react-app-express middleware, if you have specific needs, you can make a fork of it and change your dependency.

Demo is available at https://cra-universal.now.sh

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, src/App.js
  • <div id="root">...</div>

Related articles:

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

If you like this project, please support it by giving a star ⭐️ ! Thank you

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

Clone this wiki locally