Doppio vs Frappe UI

is it still better to use Doppio for long term what is better? since doppio has an option for react, while on the other hand rtcamp recreated frappe ui with react as an inspo.

They actually do two different jobs, so it’s not really an either/or thing.

  • Doppio sets up the React/Vue app inside our Frappe app (handles routing, build setup, dev server). It already works with React out of the box.
  • frappe-ui-react is just the component library (buttons, inputs, dialogs etc). Basically Frappe’s own design system, but built for React by rtCamp.

Use Doppio to set up the app, then use frappe-ui-react for the UI pieces. We can just use both together.

5 Likes