Rapid React Versions Save

A light weight interactive CLI Automation Tool 🛠️ for rapid scaffolding of tailored React apps with Create React App under the hood. :atom:

2.0.4

3 years ago

Minor Fixes:

  • Slice name was earlier hardcoded as counter.
  • Redux Logger moved from dev dependency to dependency.
  • Fixed JSX goes here comment indentation in the component template.

2.0.2

3 years ago

This patch fixes the check symbol on Windows Machine.

2.0.1

3 years ago
  • This patch fixes notification sound not being played in Windows Machine.
  • The current version of Rapid React would now be displayed on launch.

2.0.0

3 years ago

Breaking changes ⚠️

  • Rapid React has been re-written from React Redux to Redux Toolkit APIs. This would dramatically reduce the boilerplate code required to work with Redux and further cut down your development efforts. 🏋️

  • Redux Form support has been removed. Although it would no longer be available as an option in the CLI, you can still install it explicitly. It's highly inadvisable to use Redux Form and switch to a better alternative such as React Final Form or React Hook Form

New Features 🎉

  • Scaffold Redux now with Redux Toolkit!
  • Added support for Redux Thunk middleware!
  • Separated inputs for Redux Logger and Async Middleware choices.
  • A much more comprehensive and better-looking version update notification!
  • A notification sound would play once the setup is complete! 🛎️

1.0.5

3 years ago

v 1.0.4 was accidentally unpublished. This patch fixes it.

1.0.4

3 years ago
  • Added a roadmap.

1.0.3

3 years ago

Internal fixes:

  • Changed ES6 Package JSON import to Common JS require statement

1.0.2

3 years ago

Minor fixes:

  • Fixed name of Router component from Routes to Router
  • Replaced export by import keyword for importing Routes in Router
  • SASS would be installed as a dependency now if user chooses it over CSS.

1.0.1

3 years ago

v 1.0.0 was accidentally published without build. This patch published the build to NPM.

1.0.0

3 years ago