Graph CMS

React Hooks

Prashant Padhy

Prashant Padhy

Dec 29, 2022

React Hooks are simple JavaScript functions that we can use to isolate the reusable part from a functional component. Hooks can be stateful and can manage side-effects. React provides a bunch of standard in-built hooks: useState : To manage states. Returns a stateful value and an updater function to update it.

Continue Reading

Next js

Prashant Padhy

Prashant Padhy

Dec 31, 2022

Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static website generation.

Continue Reading

ChatGPT

Prashant Padhy

Prashant Padhy

Jul 01, 2023

We’ve trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests.

Continue Reading

Recent Posts

Categories