It’s time to put your fears aside and learn TypeScript. Let’s give you your first “Eureka!” moment by building a full stack Todo App with end-to-end type safety!
A comprehensive guide to WunderGraph, with a focus on its new TypeScript Operations feature - async resolvers for data fetching, with shared types between Server & Client.
A step-by-step guide to creating a scalable, real-time chat app using Serverless technologies, with a little help from NextAuth.js for GitHub sign-ins. Who needs WebSockets when you've got Live Queries?"
The app directory, Streaming, Suspense, and hybrid Server and Client Components demystified — with a little help from GraphQL + WunderGraph.
Can you use OpenAI's GPT-3.5 on your website as a chat assistant? You bet. Here's how to get it done with an Express server, WunderGraph as a BFF, and GraphQL.
Setting JAMstack to easy mode with WunderGraph, Next.js, Strapi, and Snipcart
PostgreSQL, Fauna, MongoDB, WunderBase. There are a lot of options out there. How to choose the right database based on performance, price, scalability, and developer experience.
Is this the beginning of the next revolution for JavaScript Framework? Apparently, YES!
Take a look at how to use environment variables in Next.js.
Avoid boilerplate code with InferGetServerSidePropsType and InferGetStaticPropsType
Using the session storage & useLayoutEffect
How to create a custom sign-in page with NextAuth.js
Did I just make Next.js better?
Next.js has become more advance and cutting edge to developers for use as a Full-Stack web Application. The community and people behind Vercel have done a great job on Next.js future.
Today, we will connect our Next.js app to MySQL database and develop an authentication feature.
Part 6: Using the Next.js Link component.