|
|
|
|
|
by tracker1
2945 days ago
|
|
Vue is for enhancing web pages.. you can do applications, but they get very complex beyond small-mid sized apps. React is made for building web-based applications. You can do small stuff with it, but it's often overkill. Just because you can use a butter knife to turn a flathead screw, doesn't mean it's the right tool for the job. These days I might reach for Vue as a jQuery stand-in, but more likely, I'd use a smaller jQuery-like library, or just use straight vanilla JS, or other micro libraries. For anything big enough to deserve a build process React is absolutely my first choice. |
|