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
APA
Posts on LINQ to Fail | Sciencx (2023-12-04T02:45:54+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 2023-12-04T02:45:54+00:00,<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 2023-12-04T02:45:54+00:00]. 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 2023-12-04T02:45:54+00:00. 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: 2023-12-04T02:45:54+00:00]
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/ | 2023-12-04T02:45:54+00:00
https://github.com/addpipe/simple-recorderjs-demo