Bill Huang

A software engineer in Sydney.

April 24, 2017

A React App without Redux

A react example of using callback to pass states between sibling components

hcard builder

When I first learned react, I was told that I must also learn redux. so I started write code using redux from day one, then I asked myself, why? why must I learn redux?

So I decided to write Ante app without redux, and would like to share a small app with you.