Skip to content
Antony Budianto edited this page May 1, 2022 · 21 revisions

Welcome to the CRA Universal wiki!

Introduction

It's a CLI to enable universal create-react-app without ejecting and zero-config by default.

Demo is available at https://codesandbox.io/s/cra-universal-demo-9wnwb7

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