You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recognized the 2nd pattern from Redux, promoting immutability and using non-mutating operations.
Which one is the officially recommended one?
Having different documentations and approaches is horrible for the user. Especially if (what I think it is) the recommended way using setState is hidden here in the repository and not on the homepage of the library.
The text was updated successfully, but these errors were encountered:
Nimelrian
changed the title
Different documentations and guides make alt a horror to use
Different documentations and guides make alt hard to pick up
Oct 5, 2016
So, we just started using alt instead of Redux for a new project.
Up till now we followed the Getting Started guide on the homepage, so we have for example
Today I looked something up on the Github Repository and found that following the examples in the README.md I'd use this:
I recognized the 2nd pattern from Redux, promoting immutability and using non-mutating operations.
Which one is the officially recommended one?
Having different documentations and approaches is horrible for the user. Especially if (what I think it is) the recommended way using setState is hidden here in the repository and not on the homepage of the library.
The text was updated successfully, but these errors were encountered: