Leaders across the globe feel that the unprecedented busyness of modern-day leadership makes them more reactive and less proactive. There is a solution to this hardwired, reactionary leadership approach: mindfulness.
Read more »
This project is a simple walk through for setting up a React project with Redux for state management. This is not a stand-alone project per se but rather, a simple, methodical introduction to Redux for basic background k... (more…)
Read more »
Supercharge your React debugging workflow with VS Code and Chrome debugging...
Read more »
For example, model = {a: 1, b: 2, fn: () => {} }, call setModel({ a: 2 }), components that only use b will also re-render. In theory, components only use fn function should never be updated by… (more…)
Read more »
In this tutorial, we are going to create a simple application which fetches data from various RSS feeds of the user’s choice and displays… (more…)
Read more »