Hao Liu's repositories

Language:JavaScriptStargazers:1Issues:0Issues:0

ItunesApp

itunes_app

Stargazers:0Issues:1Issues:0

lesson-12

We have added redux to our application so we can leverage all the benefits that come with uni-directional data flow. Instead of the prop drilling we would have to do in order to pass our new user object down deeper into our component trees from our app, we can now just connect those components directly to our redux store where we store all our data.

Language:JavaScriptStargazers:0Issues:0Issues:0

lesson-31

We have separated out our front-end client from our back-end express server that handles our stripe charges. In this section we learn how to write our express backend server as well as syncing our client to request our backend to complete a stripe charge!

Language:JavaScriptStargazers:0Issues:0Issues:0