|
|
|
|
|
by sametmax
3146 days ago
|
|
Vue dlc is better. Vue doesn't require webpack. All vue tutorials agree on how to so things and they work the first time you try them. You son't have to learn a new way to do templates or pass data. You can start withou components. You can even start without npm. In summary, vue offers a simpler hands on experience while allowing smooth learning curve to more complicated setup matching react's. React just throws you in unkown waters and say 'now swim'. And on the side of the river, 3 persons are screaming to you contradictory advices. |
|
BTW - You don't need webpack for React either. It is entirely possible to write React without it.