Next.js
Overview

Overview

Next.js (opens in a new tab) is a React framework for building full-stack web applications. You use React Components to build user interfaces and Next.js for additional features and optimizations. The main features are Routing, Rendering, Data Fetching, Styling, Optimizations, and TypeScript. Read their documentation (opens in a new tab) for more detailed features.

This section documentation will cover how to quickstart developing Next.js aplication using ROQ SDK for BaaS and add features such as authentication, accessing data, user profile, user invites, and add file uploads.