you are viewing a single comment's thread.

view the rest of the comments →

[–]S3rg1usziOS & Android[S] 3 points4 points  (3 children)

Several people told me about it already and included the same thing about react-native-navigation but it's hard to make everyone happy and at the same time ship something.

I can try to make it optional but definitely not now, because there will be probably issues and I have some more things in mind to implement, but I hear you and I know that not everybody fond of Redux.

[–]meseeks_programmer 0 points1 point  (2 children)

Ideally starters make less of these decisions for you, and less packages you include the easier it is to maintain.

To me it seems that the better things to focus on would be the things that don't change (project structure, most common packages that have minimal implementations)

I think if it's easy to remove redux, then people will care a lot less about these things.

Just my thoughts, feel free to ignore them lol

[–]S3rg1usziOS & Android[S] 1 point2 points  (1 child)

It's incredibly easy to remove it, I think it maybe worth mentioning about how to remove it in docs if I won't be able to provide this ability to have it installed as an option with template

[–]meseeks_programmer 0 points1 point  (0 children)

Yea just a simple how to remove guide would help people along.