MobX to Redux
MobX enables you to cut out a lot of code that is used in Redux however Redux is a popular choice for state management.
MobX enables you to cut out a lot of code that is used in Redux however Redux is a popular choice for state management.
Date formats/ timestamps can be tricky to handle in JavaScript, especially when it comes to time zones. This post explains how I deal with converting timestamps and the libraries I use in React.
There are a variety of different package managers you can choose from but what makes them different from each other?
There are a number of ways to improve the performance of an app; debugging, accessibility or running an audit on your app.
High Ordered Components are used in traditional Redux via `connect`. Hooks do not usually incorporate HOCs.
This post outlines how .map(), .filter() and .reduce() differ, with examples for each method.
This post covers programming data requests via fetch, axios, JavaScript promises etc. using Redux. Redux can now be configured with hooks; allowing you to remove connect from components.
There are an array of charting libraries that can be used in React projects. Here are three examples of charting libraries which are easy to use.
Using Emojis with JavaScript
Integrating Suspense and Lazy Loading into a React app can make the app a lot more efficent.