Learning redux with reducks – beyond JavaScript

Over this series we’ve been looking at how we would write a library which mimics the functionality of Redux from scratch to understand how it works at the most basic of levels. What we’ve seen is that there’s three basic components, a…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

Over this series we’ve been looking at how we would write a library which mimics the functionality of Redux from scratch to understand how it works at the most basic of levels. What we’ve seen is that there’s three basic components, a Store which is our central point, Actions which indicate something happening and Reducers which handle something happening. Really this is just a simple pattern for data flow, so I wanted now to explore how we could go beyond JavaScript with Redux and create something else.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2016-10-10T00:00:00+00:00) Learning redux with reducks – beyond JavaScript. Retrieved from https://www.scien.cx/2016/10/10/learning-redux-with-reducks-beyond-javascript/

MLA
" » Learning redux with reducks – beyond JavaScript." Posts on LINQ to Fail | Sciencx - Monday October 10, 2016, https://www.scien.cx/2016/10/10/learning-redux-with-reducks-beyond-javascript/
HARVARD
Posts on LINQ to Fail | Sciencx Monday October 10, 2016 » Learning redux with reducks – beyond JavaScript., viewed ,<https://www.scien.cx/2016/10/10/learning-redux-with-reducks-beyond-javascript/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Learning redux with reducks – beyond JavaScript. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2016/10/10/learning-redux-with-reducks-beyond-javascript/
CHICAGO
" » Learning redux with reducks – beyond JavaScript." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2016/10/10/learning-redux-with-reducks-beyond-javascript/
IEEE
" » Learning redux with reducks – beyond JavaScript." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2016/10/10/learning-redux-with-reducks-beyond-javascript/. [Accessed: ]
rf:citation
» Learning redux with reducks – beyond JavaScript | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2016/10/10/learning-redux-with-reducks-beyond-javascript/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.