#nextjs
Read more stories on Hashnode
Articles with this tag
As I was reading the Supabase source code for “fun”, I came across a package named Valtio. I visited Valtio repository and found this in the...
When working with TypeScript, you may encounter situations where a function needs to handle different types of input while maintaining type safety....
Ever needed to convert a string to camelCase? I found an interesting code snippet while exploring the open-source Supabase repository. Here’s the...
In this article, we will look at folder structures in Shadcn-ui, Plane.so and Gitroom used to organise a Next.js project. Shadcn-ui file and component...
I found a way that caches the fetcher in useSWR using useCallback in the Gitroom source code. The above image is from...
I was searching for an open source repository that schedules and posts on social media. I found Gitroom. Gitroom is a awesome, built by Nevo David....