NagariaHussain / doppio

A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support for NextJS framework template generation

sourabhmandal opened this issue · comments

Hi, @NagariaHussain I loved this frappy app you guys have built. It's a very handy tool for building custom UI. However, I was wondering if we could add support for the NextJS framework.

If you wish I could work on this and raise a PR for the same.

Hi 👋

AFAIK NextJS is a full-stack Framework, right?

So, it has its own server component and will work independently of Frappe Framework. Adding it here does not make sense.

BTW you can create a NextJS template with Frappe backend integration (using frappe-js-sdk as @nikkothari22 mentioned in react-sdk issue), that would be good 😊