What is Lazy State and When to Use it?
February 15, 2021Learn what is lazy initialization or lazy state, and when it may come in useful.
Create a Dynamic Form from JSON using Ant Design of React
June 06, 2020Dynamic rendering of components can be a very useful technique. Learn how to do it by building sign up form using Ant Design of React.
Execute an Asynchronous Function Inside of a map() Method
May 27, 2020The JavaScript map method is synchronous, but we will explore the way to make it work with asynchronous functions as well.
Skip useEffect Hook on the First Render
May 15, 2020How to skip useEffect hook on the first render, and make it behave like componentDidUpdate lifecycle method?
The Pitfalls of Replacing the Lifecycle Methods with useEffect Hook
March 19, 2020Can useEffect replace all of the React lifecycle methods? Explore the most common problems and solutions.
How to use Feature Flags with React
February 26, 2020A step-by-step guide on how to implement feature flags in your React project.
A Simple Mithril.js Counter App
January 25, 2020Tutorial for building a simple counter app using Mithril.js framework.
How to Easily Setup Mithril.js Project
January 03, 2020A quick guide to Mithril.js project setup.