Blogs

5 HTML Input types that you are missing!

20 January 2022 | 5 min read

Here are 5 HTML input types which can be very useful for you!

  • html
  • css
  • webdev
  • javascript
5 HTML Input types that you are missing!

Add Bootstrap to Next.js

23 March 2022 | 8 min read

Learn how to add Bootstrap in your Next.js application.

  • nextjs
  • bootstrap
  • webdev
  • begineer
Add Bootstrap to Next.js

Adding Tailwind CSS to Next.js

20 January 2022 | 6 min read

Learn how to add Tailwind CSS to your Next.js Application.

  • nextjs
  • tailwind
  • react
  • css
Adding Tailwind CSS to Next.js

Custom hook in React

18 April 2022 | 10 min read

Hooks in React allow you to use state features inside functional components. In this blg we will see how to create a custom hook!

  • nextjs
  • webdev
  • react
  • javascript
Custom hook in React

Data fetching in Next.js

20 May 2022 | 7 min read

In this blog we will learn 4 ways of data fetching techniques in Next.js.

  • nextjs
  • webdev
  • react
  • javascript
Data fetching in Next.js

Deploy your Next.js Application

20 January 2022 | 5 min read

In this blog lets see how you can quickly host your Next.js Application on Vercel

  • nextjs
  • webdev
  • react
  • javascript
Deploy your Next.js Application

HTML Drag and Drop API

12 January 2022 | 10 min read

Learn how to implement Drag and Drop functionality in HTML

  • html
  • css
  • js
  • webdev
HTML Drag and Drop API

Introduction to Redux

8 March 2022 | 10 min read

An Absolute beginners guide in understanding state management using Redux.

  • html
  • css
  • js
  • webdev
Introduction to Redux

PWA with Next.js

25 March 2022 | 12 min read

Convert your Next.js web app into a PWA

  • nextjs
  • PWA
  • webdev
  • begineer
PWA with Next.js

How to use React Context API

13 March 2022 | 10 min read

A Beginners guide on state management in React using Context API.

  • react
  • javascript
  • webdev
  • nextjs
How to use React Context API