Open Source
Project | Description | Blog Post |
---|---|---|
use-resettable-action-state | A custom hook to reset the state of useActionState in React | How to reset the state of useActionState in React |
Bluesky Later | A simple web app to schedule post to Bluesky | Bluesky later: Schedule Bluesky post in the future for FREE |
use-push-router | A custom hook that simplifies modifying the search params in Next.js and navigates to the new URL. | |
useLocalStorage | A type-safe, composable React hook for synchronizing state with localStorage, supporting any serializable value, with cross-tab updates and legacy data migration | Be careful with useSyncExternalStore |
simple-i18n-next | A CLI to generate TypeScript code from translation files in JSON format and Markdown files for Next.js projects. | Internationalization for Next.js Without Hassle |
og-screenshots | A CLI to take screenshots of websites and generate open graph images from your own computer. | How to use a page or website screenshot as an Open Graph image |
next-secure-download | A Next.js project to serve a password-protected download link. |