MomentJS has been the go-to library for many JS developers for quite some time for date formatting, parsing, and manipulating. It comes with very good…
View More DayJS, An excellent alternative to MomentJSTag: React
Easy CI setup for react app using Gitlab in 2 steps
CI is the short form for Continuous Integration. It is also used along with the term CD which is Continuous delivery. CI, CD, CI/CD. They…
View More Easy CI setup for react app using Gitlab in 2 stepsCode Splitting using React lazy and React Suspense
The initial load is critical for any application. A developer should optimize application so that application will load faster even on a slow network. Being…
View More Code Splitting using React lazy and React SuspenseBuilding Medium’s claps animation using React Native
This is a quick tutorial on composing animations with React Native. This tutorial is made for beginners. Just read the React Native’s Animation documentation and…
View More Building Medium’s claps animation using React NativeBuilding Youtube UI in 30 Mins – React Native Tutorial
A quick video showing how to build UI of Youtube mobile app using React Native. This video will help you get started with coding UIs…
View More Building Youtube UI in 30 Mins – React Native Tutorial