dang_duy
dang_duy

Reputation: 1

Comparing between frappe-ui and frappe-react-sdk

I am newbie frappe-ui. I see frappe-ui have a lot of component for build application but document about frappe-ui isn't enough. So why we don't use frappe-react-sdk while it has richer component and more enough document than frappe-ui?

I don't choose frappe-ui or frappe-react-sdk to develop application.

Upvotes: 0

Views: 386

Answers (2)

Vinay Rawat
Vinay Rawat

Reputation: 31

Firstly you've to understand the difference between Frappe-UI and frappe-react-sdk

Frappe UI is a component library for VueJS applications while frappe-react-sdk is SDK not a UI library and specially for ReactJS Applications.

So, if you want to create an application using VueJS then you can go with Frappe-UI + frappe-js-sdk (not frappe-react-sdk) or if you want to build your application in ReactJS than frappe-react-sdk is a no-brainer to go with and you can use UI library of your choice.

Frappe JS SDK LINK

Upvotes: 1

Darya
Darya

Reputation: 11

It’s not about why we don’t use frappe-react-sdk anyone can use it. But the frappe community seems to not like react a lot, that’s why they don’t use it in there main bench application. Also I have been using both for a while and frappe-react-sdk doesn’t have more UI it’s just that the nature of react itself makes it easier to use those UI.

Upvotes: 1

Related Questions