GunaShekar02 / generator-front-to-back

A Fullstack Template Generator for Javascript and Django Apps
https://www.npmjs.com/package/generator-front-to-back
MIT License
16 stars 6 forks source link

Add an option to use Context API #30

Open GunaShekar02 opened 3 years ago

GunaShekar02 commented 3 years ago

Is your feature request related to a problem? Please describe. Redux might be an overkill for really small applications, and Context API would serve as a good alternative.

Describe the solution you'd like Add an option to choose between Redux and Context API and configure the boilerplate accordingly.