Plans for version updates?
Are there plans to update to the latest version of create-react-app as well as Webpack 4, etc. ?
You can use rekit beta:
npm install -g rekit@next rekit-studio@next
rekit create my-app
cd my-app
rekit-studio -p 3000
Now rekit-studio is a global command.
If you use Mac, you can use a native app: https://github.com/rekit/rekit-app/releases
@supnate what about saga plugin for the native app? Also once beta is released what's the proper procedure on updating both rekit-core and rekit-studio, just upgrade packages and hope for the best or? Thanks
You can use rekit beta:
npm install -g rekit@next rekit-studio@next rekit create my-app cd my-app rekit-studio -p 3000Now rekit-studio is a global command.
If you use Mac, you can use a native app: https://github.com/rekit/rekit-app/releases
some tips for newer: .. .. cd my-app rekit-studio -p 3000 npm run start ( do not miss this command , it will start the dev-server at port 3100)