home.social

#approuter — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #approuter, aggregated by home.social.

  1. Eine neue Folge @papperlapapp ist live. Wir setzen unsere Reihe zu next.js fort und der @holgergp erklärt mir diesmal, was sich mit der Umstellung vom pages auf den app-router alles geändert hat.

    youtu.be/oC7nw8RiL1k

    #nextjs #approuter #javascript #typescript #youtube

  2. I am really second guessing the decision to build this in #NextJS.

    There's a LOT of confusion around the new #AppRouter paradigm, the Discord is a madhouse.

    I've been struggling just to get the #serviceWorker and #webmanifest for the #PWA set up right. It seems most people use `next-pwa` but it hasn't been updated to support AppRouter yet so there's a nasty fix to do. github.com/shadowwalker/next-p

    I haven't even attempted #ServerComponents yet.