An open API service indexing awesome lists of open source software.

https://github.com/stefanm3000/next-15

A playground of latest next.js and react apis, convex and more
https://github.com/stefanm3000/next-15

convex nexjts react rsc sanity threejs viewtransition

Last synced: 3 months ago
JSON representation

A playground of latest next.js and react apis, convex and more

Awesome Lists containing this project

README

          

# next.js 15 playground

a sandbox for experimenting with the latest and greatest features of [next.js 15+](https://nextjs.org).

live over at [https://next-15-weld.vercel.app/](https://next-15-weld.vercel.app/)

## what is this?

this project is a living lab for next.js latest and react canary releases. it includes:

- realtime chat w [convex](https://convex.dev)
- app router, rsc + streaming, actions
- sanity integration for blog, ISR, PPR
- experimental view transitions
- a mini golf ⛳️ game using three.js + fiber + drei + rapier
- react compiler for mini golf components
- comments page w [convex](https://convex.dev)

## getting Started

```bash
pnpm install
pnpm dev
```