-
Notifications
You must be signed in to change notification settings - Fork 37
feat: implement installing redux toolkit and react bindings (react-re… #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: implement installing redux toolkit and react bindings (react-re… #24
Conversation
…dux) feat: implement selection of testing library (jest) saving as dev dependency
@Dev-Ridwan16 Please explain your changes in detail, all i can see is formatted lines and complete react app attached as test. |
Feature: Enhanced Package Selection with Dev Dependencies SupportWhat was added: 1. Redux State Management Support:
2. Dev Dependencies Support:
3. Technical Changes:
Why these changes:
Benefits:
Testing:
|
@Dev-Ridwan16, @harshgupta20. |
@Dev-Ridwan16 @donymvarkey I am going to launch a new version which consist some new feature in 2.0.0 version this coming week. Maybe, we will be focusing on TS support and state management configuration post new release of 2.0.0 version. I would like to give an option upto 3 state management tool on 2 second release update. |
Well, the TS support is a must. As per my knowledge, I suggest:
Nowadays I see people use both zustand and redux-toolkit. What are your options that we need to add? |
@Dev-Ridwan16 @donymvarkey we will adding both, optional selection for Redux-toolkit or zustand, they can also skip the state management options entirely. |
That sounds great. We can move ahead with that. |
@donymvarkey @harshgupta20 if people use Redux Toolkit and Zustand together in their app, For example: Select a state management tool (enter the number):
(Type the numbers to select multiple options, separated by commas) |
@Dev-Ridwan16 I don't think people will mix two or more state mnanagement libraries. They will pick one and use it through out the entire project. We can keep it a single selection. |
@Dev-Ridwan16 Yes, Please make it single selection. |
@Dev-Ridwan16 Please resolve conflicts and take the latest pull |
…dux)
feat: implement selection of testing library (jest) saving as dev dependency and addition of react-redux and redux toolkit