#TIL: Next 13 will push route.ts / route.js files through its preprocessing pipeline. That's probably not what you want for OAuth callback pages or other API endpoints.
#til #NextJS #javascript #typescript
Ouch, this is a nasty bug in Nextjs:
https://github.com/vercel/next.js/issues/11742#issuecomment-695810009
If your #NextJS app structure looks like "[lang]/[segment]/[ab-bucket]/[theme]/[productId]/[today's weather]/[god when does this end]/page.tsx"
=> you can limit the annoying parameter nesting by encoding them into a "megaparam":
https://blog.vulcanjs.org/render-anything-statically-with-next-js-and-the-megaparam-4039e66ffde
#NextJS is like Pokemon, the first step is to pick your starter ๐ฅ ๐ง ๐
Let me help you with my latest article:
https://prismic.io/blog/nextjs-boilerplates
Interesting course, for free!!๐
#NextJS #Supabase
Build a Twitter Clone with the Next.js App Router and Supabase
https://egghead.io/courses/build-a-twitter-clone-with-the-next-js-app-router-and-supabase-19bebadb
I'm building my personal CMS in #rust, I think I have a few little gems in it that could be useful to others too ๐
I'll share a blog post with some implementation details soon, in the meanwhile writing these posts looks like this:
#rust #web #NextJS #react #frontend #backend
Learn to authenticate your #Nextjs app with #Auth0 with Ceora Ford at #techbash 2023.
Register today and join us at Kalahari Resort & Convention Center in the #Poconos Nov 7-10: https://techbash.com/
#webdev #auth #javascript #techevents #devconference #developers #webdevelopment
#NextJS #auth0 #techbash #poconos #webdev #auth #javascript #techevents #devconference #developers #webdevelopment
I have no idea what I'm doing with that little site, but here are some words on how I've used #contentlayer with #nextjs for some self-inflicted #frontend #static site suffering at respawn.io:
https://respawn.io/posts/contentlayer-with-multiple-data-types
Don't do this at home. Just stay with #11ty , #Jekyll, or #Hugo, seriously. Good for occasional therapeutic yak shaving sessions though.
#contentlayer #NextJS #frontend #static #11ty #jekyll #hugo
Building Portfolio: Add Pages
#BuildInPublic #NextJS #devcommunity #CodeNewbie
Anyone had issues with Container Queries and minification, specifically with Next.js?
I've got an odd issue where white space is being stripped from css inside an `@container` block.
Anyone know if dart sass or other processors are handling container queries well yet?
#containerquery #webdev #NextJS
For the past year or so, I've grown very unsatisfied with #GatsbyJS . Its ESM support is non-existent, upgrades were like pulling teeth, and the build times were appalling. In 2023, really the only place where it still shines is its unparalleled image optimization pipeline.
As for #NextJS , image optimization doesn't work in SSG. That's a non-starter for me. My site is deployed on an S3 bucket, fronted by CloudFront.
[continued...]
https://andrewmoore.ca is built using Astro now ๐
It took me about 5 days to re-implement my site with @astro . The developer experience is amazing, the team is super helpful, and the build times... wow. I went from 35 minutes with #GatsbyJS down to 20 seconds (both figures are with a primed cache).
Why did I chose #withastro over #GatsbyJS or even #NextJS ? ๐งต
https://respawn.io is basically an SSG #nextjs site that ingests notes from a subdirectory in a @obsidian vault (hardlinked into the site repo) and renders them, with #github #markdown support, wikilinks, code snippets, etc.
It's been fun to build. But if you'd be interested, try Flowershop.app instead โย it does all of that, but probably better. https://flowershow.app/
@activenode just published a great video about #NextJS server actions! Check it out here: https://youtu.be/jsEJsi2FD1U
Great new feature.
#NextJS #javascript #web #webdev #dev
#NextJS server actions look cool, they allow you to execute code on a server without having to deal with extra API layer. It brings client and server code closer together, while making sure it only updates what is needed in the UI
https://nextjs.org/blog/next-13-4#server-actions-alpha
my first experience using together #NextJS, #tailwind, and #fontawesome. the code looks terrible ๐ฃ
#NextJS #tailwind #fontawesome
I've been recreating some dead WordPress blogs as static websites. But which site generator to use?!
My goal is to spend the least amount of time possible maintaining the project code over the next two decades (say).
#jekyll is my current pick, and I have no complaints... aside from setup: on Windows the installation was very fiddly. But that's a big downside!
Also, it's written in #ruby, which is sadly withering away. Will ruby exist in 20 years?
#jekyll #ruby #gatsbyjs #NextJS #jamstack
Putting it out there that I need to come up with a web dev role this week. Open to contract or FT. Thanks kindly for checking me out.
See https://github.com/DanielSmith and http://daniel.org/resume/
been studying Python & Django -
happy to come up to speed with that. I also used to do a lot of #PHP, and am happy to learn #Laravel
#react #nextjs #tailwind #node #express #Mongoose #MySQL #MongoDB
#php #laravel #react #NextJS #tailwind #node #Express #mongoose #mysql #mongodb
TFW you endeavor to simply practice your new react skills with next.js and then stupidly decide to pick up a template that does way more than you need it to instead of good ol' create-react-app and then fall into a hyperfixation rabbit hole and accidentally half-learn-but-not-really dynamic routes, typescript, prisma, next-auth, deploying to Railway, and framer for no reason ๐ฎโ๐จ
Please someone tell me they can relate
#react #javascript #typescript #NextJS #adhd