learnjsx.com

React articles

Cover Image for How to use React Suspense in Next.js

How to use React suspense with Next.js 12, its use with the suspenselist, and the difference between next/dynamic and react lazy

Ali Bentaleb

More Stories

Cover Image for How to useContext to share React state between pages in Next.js

How to useContext to share React state between pages in Next.js

How to use React context with useContext to share context between pages in Next.js, this is useful if we would like to catch some information from one page and render the next page based on that information

Ali Bentaleb
Cover Image for How to pass promise as props in Next.js

How to pass promise as props in Next.js

How to fetch data inside a React component so that react pass promise as props

Ali Bentaleb
Cover Image for How to easily use context provider in Next.js

How to easily use context provider in Next.js

How to easily use context provider in Next.js

Ali Bentaleb
Cover Image for How to make a react copy to clipboard icon

How to make a react copy to clipboard icon

How to make a react copy to clipboard icon

Ali Bentaleb
Cover Image for How to make a react copy to clipboard functional component

How to make a react copy to clipboard functional component

How to make a react copy to clipboard functional component

Ali Bentaleb