increpare / bfxr2

bfxr for the javascript era
MIT License
97 stars 2 forks source link

try prototype ui in react #11

Open increpare opened 3 years ago

robinduerhager commented 3 years ago

ReactJS is ofcourse a valid choice for this, however if you don't want to have the overhead of loading in a few Kilobytes of a framework-core, i would recommend to use Svelte, since it just compiles your Svelte code into normal JavaScript.

However, if you don't care about this, it's totally valid to use ReactJS or VueJS :). It's honestly just a preference thing of how to build WebApps.

rdrpenguin04 commented 3 years ago

Also worth looking at Preact, which doesn't require a translator.