apibara / starknet-react

A collection of React providers and hooks for StarkNet
https://starknet-react.com
MIT License
369 stars 147 forks source link

Update website to Next.js 13 `app/` directory #238

Closed fracek closed 1 year ago

fracek commented 1 year ago

We should take advantage of all the new features in next.js 13, like React Server Components.

At the moment, the website uses chakra ui which is not compatible with RSC.

fracek commented 1 year ago

This demo from vercel is useful to understand what's new in next 13.

Laki997 commented 1 year ago

I will be on it.

fracek commented 1 year ago

This is now done.