React Frappe - Navbar

Hi sir @buildwithhussain
After yarn build in react it’s succesfully build in WWW directory in frappe app.
I have some pages in web page for that i am using navbar from frappe.

For the build page example: app.html in www directory how could i use the existing navbar to that react build page.

Thankyou

You can’t use the base template in your React SPA, which is how the navbar, footer etc. get added to your own jinja/html pages. You might want to create your own Navbar component and use it across your SPA.

1 Like

okay sir. Thankyou