Jump to content

Redux and the State ADT


Recommended Posts

 

EGH-Redux-State-ADT-Final.png

 

Redux and the State ADT

Duration: 98m | Video: h264, 1280x720 | Audio: AAC, 48kHz, 2 Ch | 470 MB

Genre: eLearning | Language: English

 

At a high level Redux is just a dispatching system, sitting atop a finite state machine, driving our application state. It just so happens that the State ADT is good at modeling a finite state machine. It allows us to represent our stateful transactions in discrete, easily composed transactions. We can create complicated stateful transitions by composing many simple transitions into one state transaction. By using the State ADT, we should be able to model all of our application state transitions and provide a single reducer function to Redux that integrates with our state machine model.

 

We'll put this theory to the test by building a Memory type game called "Anger The Bunny". We start of by defining our state transitions using the State ADT, starting with simple, discrete transactions and using them to create the complex transitions typical of any game. Then once we have a majority of our game logic implemented, we will integrate those with Redux.

 

lesson10-mp4.jpg

 

...

DOWNLOAD

(Buy premium account for maximum speed and resuming ability)

 

http://nitroflare.com/view/90FA79E355FD304/gce9k.Redux.and.the.State.ADT.rar

 

https://rapidgator.net/file/4a8ef2bde1904ad260a9257c3d5a8fed/gce9k.Redux.and.the.State.ADT.rar

 

http://turbobit.net/7gto710qmw1v/gce9k.Redux.and.the.State.ADT.rar.html

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...