llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
199 stars 424 forks source link

why react and vue both framwork used in this project? #958

Closed rahulkiller104 closed 3 years ago

rahulkiller104 commented 3 years ago

it also possible with only react.

llaske commented 3 years ago

It's intentional. As explain here each activities are independent and can use its own framework. Some activities use ReactJS, some activities use Vue.js, most activities are written with VanillaJS only. It's important to let developers use its favorite framework.

rahulkiller104 commented 3 years ago

@llaske thank you for explanation