◺
GGJungle BLOG
About Us
Career

reactjs

React is an open source JavaScript library used for designing user interfaces.

reactjs

Dec 24th 2020

What's new in React 17 ( No new features )

In this article let's discuss the new upgrades made to React v17.0 that were released on October 20, 2020. React 17 has no new developer features added to it rather it has features added for backward compatibility.

#html #css #reactjs

May 21st 2020

Code splitting in react with React.lazy() and Suspense

Suppose the bundle size of your project is very huge and you don't want to load everything at once during the initial render you can use code splitting along with React to improve the performance and load time of your application.

#html #css #reactjs

May 15th 2020

Center aligning content with CSS and flex-box

Many a time I noticed that people find it very difficult to align content to the center either vertically or horizontally using CSS. So let's see few ways in how you can align content with css.

#html #css #reactjs

Apr 20th 2020

Working with promises in Javascript

Let's talk about promises in javascript. What exactly is a promise in javascript and how to handle promises. This article will talk about the different methods to resolve promises.

#javascript #typescript #nodejs #reactjs

Jan 7th 2019

React – The Future Of Web Frontend

Working with ReactJS - A library by facebook was a great experience for me. React has made building web apps easy by making use of reusable components. This is clearly my viewpoint about the library.

#reactjs #javascript #typescript #html #css