Redux is a predictable state container for JavaScript applications based on the Flux design pattern.

learn more… | top users | synonyms

1
vote
1answer
37 views

Simple recipes web app with Redux

I have completed a coding challenge from Free Code Camp. The challenge's user stories are as follows: I can create recipes that have names and ingredients. I can see an index view where the ...