Many people use Webpack
because it's
popular. create-react-app
makes it even easier. But what if you prefer zero configuration?
How minimal can your configuration for a React app get? This post
contains my two favorite recipes for prototyping... (more…)
Read more »
React Native has come a long way since it was open-sourced in 2015. Fewer than two years later, it’s being used not only in Facebook and…...
Read more »
This video records how I made a reusable notification component for web applications, you can check out the component on my React storybook: http://davidguan... (more…)
Read more »
The most important element of a React + Redux application is "state". The state decides what the user interface will look like therefore it becomes essential to make sure that the state is always in a consistent and stable state. (more…)
Read more »