Travis Horn
Travis Horn

Travis Horn

Follow
homeContact me
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

Redux by example: Combined reducer with action creators

Oct 5, 20174 min read

After reading and following along with the official Redux Read Me, I had many code samples saved to Codepen. This is my attempt to condense the most...

Redux by example: Combined reducer with action creators

Passing Data Between Classes/Components in React

Dec 6, 20166 min read

One of the first patterns that you will need to learn when working with React is passing data between classes. Let’s look at how to do this by...

Passing Data Between Classes/Components in React