Remix.run Logo
lelanthran 6 hours ago

If you dont need two way data binding you can go quite far without React, using a single general dispatch function for one way data binding.

Few use cases need two way data binding, but under React every use case gets it.

IOW with React to get the 800lb gorilla attached to the entire jungle when all you wanted was a banana!