next-runtime

Getting Started
Introduction
Installation
Loading Data
Data Updates
File Uploads
Server API
Handle Requests
Response Helpers
Response Throwing
Middleware
Cookies
Headers
Client API
Form
useFormSubmit
withNextRuntime
FAQ
Multiple forms on a page

Installing next-runtime

Installation can be done right from npm:

npm i next-runtime

That's it. You're ready to start coding.

IntroductionLoading Data
Edit on GitHub