0.1.1 • Published 2 years ago

cra-template-minimal-react18 v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

minimal-react18

This is a minimal template for react@18. After react@18 came out regular react-create-app template started giving a warning about "render". This template fixes that and create a very minimal boilerplate for react project. To use this template add --template minimal-react18 while creating new app. npx create-react-app my-app --template minimal-react18