Moritz Kröger discusses his experiences of using Redux without React — the problems faced, the solutions attempted and the lessons learned along the way.
Read more »
React Router switched to component based routing starting with the version 4. Redirects are now done by rendering a Redirect component, like this: Please note that you can use included... (more…)
Read more »
I feel I am getting old, ever so slightly getting on the “Should it really be that complicated?” bandwagon. Simplifying the process of creating dynamic front ends is getting quite chaotic. When you… (more…)
Read more »
It pains me to say it, but React on the verge of becoming a black box. Between Hooks and forthcoming Concurrent Mode, reasoning about your application could get a lot harder.
(more…)
Read more »
Storybook makes it easy to leverage React components for easier development and testing of your web app's UI in different browsers. (more…)
Read more »