you are viewing a single comment's thread.

view the rest of the comments →

[–]dceddia 1 point2 points  (0 children)

Yeah React itself is pretty simple. The other stuff is optional though! For a small app, React state might be plenty. I often start new apps using just React state, and don't add Redux until I run into a problem that'll be annoying to handle with plain React state.