Open mickeypause opened 1 month ago
hey sorry that we haven't gotten to this, its not forgotten we're just thinking about the best way to approach adding more options to the cli
I added the changes also for the nativewindui layouts
I've merged the other state management pr which has caused some conflicts but I can help resolve those soon so that we can also get this merged
I've merged the other state management pr which has caused some conflicts but I can help resolve those soon so that we can also get this merged
If you want I can try to resolve those issues
@mickeypause yes that would be great, thank you 🙏
[cli] Added redux as a state management option
Description
Motivation and Context
Redux is still one of the most popular state management solutions used in production, with @reduxjs/toolkit having 3.6 million daily downloads. However, it takes a lot of effort to set it up due to the large amount of boilerplate code. These changes create a minimal Redux store and configure everything needed to start working with Redux immediately.
How Has This Been Tested?
Tested using
bun run test
and manually tested each option.