nandorojo / solito

🧍‍♂️ React Native + Next.js, unified.
https://solito.dev
MIT License
3.54k stars 181 forks source link

[Feature Request] Next.js `app` directory compatibility #309

Closed bombillazo closed 1 year ago

bombillazo commented 1 year ago

Next.js is working on a new paradigm for apps called the app directory which brings upgrades such as page grouping, sharable layouts, and other nice features. It also changes the routing approach though.

I'm not sure how big of a lift it would be but it would be great if Solito worked with the new app approach so one can use the new features. I know SSR will probably be a huge effort but using use client directive one could avoid trying to port SSR functionality and focus more on the new routing and page structure benefits.

nandorojo commented 1 year ago

see #290