Nikola Margit

moon indicating dark mode
sun indicating light mode
Nikola Margit
I'm Nikola Margit, a full-stack JavaScript Developer. I'm a part of the team over at MQ Soft where I help crafting apps using JavaScript tools. You can find me on Twitter, GitHub, and LinkedIn.

What is Lazy State and When to Use it?

February 15, 2021

Learn 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, 2020

Dynamic 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, 2020

The 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, 2020

How 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, 2020

Can useEffect replace all of the React lifecycle methods? Explore the most common problems and solutions.

How to use Feature Flags with React

February 26, 2020

A step-by-step guide on how to implement feature flags in your React project.

A Simple Mithril.js Counter App

January 25, 2020

Tutorial for building a simple counter app using Mithril.js framework.

How to Easily Setup Mithril.js Project

January 03, 2020

A quick guide to Mithril.js project setup.