NagariaHussain / doppio

A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.
MIT License
196 stars 75 forks source link

How to work with next.js via dopio #24

Closed 8848jay closed 11 months ago

8848jay commented 1 year ago

I have react project build on Next.js and i want to add my site in my custom app

NagariaHussain commented 11 months ago

https://github.com/The-Commit-Company/frappe-react-sdk/issues/41

NagariaHussain commented 11 months ago

Since, NextJS is a standalone framework, it needs to run separately in most cases. But you can use frappe-js-sdk to talk to your Frappe backend from your NextJS server side code.