Pass data to child components
December 13, 2017
Manage internal state in Single Page Applications
December 28, 2017
 

Discover missing information from a technical source

 

Wednesday, December 20th, 2017

Given a tutorial in an unfamiliar environment, identify what knowledge is assumed and find it.

For this standard, I will be using the documentation from

https://redux.js.org/

Within the the redux documentation, the author assumes that you understand what state is and how it is used in a frontend framework.

https://medium.com/codingthesmartway-com-blog/learn-redux-introduction-to-state-management-with-react-b87bc570b12a

This article describes how you would use state in a redux application and how its solves the state management issue of MVC application by using redux’s store.