Results for: #react
- usePolling: Custom Hook for Auto-Fetching in Next.js
September 18, 2024📖 5 min read
Learn how to auto-refetch data in Next.js with a custom hook.
- React Drag and Drop: The Missing Example
August 28, 2024📖 7 min read
Learn React drag and drop with the example missing from most tutorials.
- How to Create Excel Spreadsheets with Styling Options Using JavaScript
June 17, 2024📖 3 min read
Create MS Excel Spreadsheets with cell styling options.
- How to Download xlsx Files from a Next.js Route Handler
February 18, 2024📖 4 min read
Make table exports in MS Excel and CSV formats available on demand.
- How to get an Accurate Column Item Count in React Table
January 26, 2024📖 3 min read
What I did when I needed an accurate column item count that did not include null values.
- Automate Open Graph Image Creation in Next.js
December 10, 2023📖 10 min read
You can dynamically generate open graph images in Next.js.
- Light & Dark Mode in Next.js App Router + Tailwind with No Flicker
December 4, 2023📖 6 min read
You can toggle light and dark mode themes in Next.js + TailwindCSS while avoiding a page flicker.