ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

RFD: create-react-app #568

Open birkir opened 6 years ago

birkir commented 6 years ago

I was thinking about abstracting something like cra with react-universally features and came up with this very experimental react-scripts:

create-react-app --scripts-version @ueno/react-scripts demo-app

(webpack 4, babel 7, react-async-component, react-jobs, mobx, helmet, express, etc. with ssr hot reload)

Is this something we should maybe experiment with? What kind of blockers do you think we will have?

Things like service worker and config/values+dotenv comes to mind but doesn't seem like total blockers to me