Tag: nextjs

  • Creating a native Next.js app with Capacitor

    Creating a native Next.js app with Capacitor

    Next.js is my favorite JavaScript framework. It allows you to quickly build fully functional React-powered websites with amazing routing, support for SSR, and an excellent developer experience. Next.js is also a great tool to build mobile experiences. Combined with a component library such as Material UI, you can create web apps that feel (almost) native.…