Sublime
An inspiration engine for ideas
JSX Over The Wire — overreacted
overreacted.io
Apparently people dig this, here's how I structure my Next.js apps (details below) https://t.co/bJ2wJ7Ewue
Devouring Details
devouringdetails.comVite
vite.devHow should you search, filter, and paginate data with Next.js? This demo has 50,000 books in a Postgres database.
• Page Load: When the page loads, we see the React Suspense fallback. This loading skeleton is displayed until the first page of books is retrieved from the database.
• Searching: The search... See more
Lee Robinsonx.comSome interesting things in this code to explore:
Authentication
I can understand the desire to use abstractions (and some of them are wonderful) — however, I wanted to show a minimal auth setup which stores user information to cookies. IMO, this is the best way to learn before jumping to an... See more
Lee Robinsonx.com