Search Blogs
Showing results for

react

Context API in React with Hooks

Context API in React with Hooks

As per the React documentation "Context provides a way to pass data through the component tree without…

3 MIN READ
Querying data in Gatsby

Querying Static vs Dynamic Data in Gatsby

Gatsby uses different kinds of plugins to pull data from different data sources. We will focus on what are…
5 MIN READ
Optimizing React App

Quick and easy steps to optimize your React App

React (a JavaScript library) has been around in the market for around a decade and it is the first choice for…
3 MIN READ
JAMstack conf London 2019

JAMStack Conference London 2019

Attended my first ever JAMStack conf in London last week and there is a lot I can’t wait to…

6 MIN READ
Redux

State Management in React

What is State?
5 MIN READ
React Native Fabric Banner

React Native Fabric - Why Am I So Excited?

React has truly changed the way we look at our web apps and with React Native, our vision for native apps…

6 MIN READ
redux middleware banner

Custom Redux Middlewares with Example

Redux has now become an integral part of the web app development, especially when developed with React.

4 MIN READ
code splitting

Code Splitting in React

React is truly revolutionizing the way how we look at our front-end.

4 MIN READ
Context API

React’s Context API and How it can replace REDUX

React is a great library used to build the user interfaces but when it is combined with tools such as…

7 MIN READ
Grid

Drag & Drop Reorderable Grid List With REACT + REDUX

Generally, a lot of devs face problem when it comes to drag and drop functionality implementation and its…

3 MIN READ