DEV Community

Discussion on: Stop Using React

Collapse
 
ducaale profile image
Mohamed Dahir • Edited

You can do so much with plain Javascript considering the advances it made in the last several years. There is also Vue.js which could be imported using a good old script tag.

Personally, I prefer the React's approach to UI (one-way data flow, views as composable functions, hooks), and it is where other ecosystems are converging to (android's Jetpack compose, iOS's SwiftUI).

Some comments have been hidden by the post's author - find out more