thecodingmachine / react-native-boilerplate

A React Native template for building solid applications 🐙, using JavaScript 💛 or Typescript 💙 (you choose).
https://thecodingmachine.github.io/react-native-boilerplate/
MIT License
4.8k stars 868 forks source link

[NEW FEATURE REQUEST/IDEA][v4.0.0]: How about if there is an option for enable redux when create new project #401

Closed aminhdev closed 4 months ago

aminhdev commented 10 months ago

Is your feature request related to a problem?

In the case we want to init project with redux setup as default state management

Describe the solution you'd like

When install new project will have encounter the following prompt: Using redux ? (Y/n)

Describe alternatives you've considered.

No response

nonishant commented 7 months ago

why redux?, we already have react-query to handle server state, just to handle app state zustand can be used?

JeremyDolle commented 4 months ago

You have an explanation here. We always have the plan to make contributors add plugins during the boilerplate initialization.