|
|
|
|
|
by shard972
3102 days ago
|
|
I have already moved to using React for my larger projects and Mithril for my smaller ones instead of Vue because of the lack of typescript support. That and when you add JSX to mithril, the api just feels so simple and i rarely find myself checking the docs for something. |
|
I especially like the fact that I can easily include it as a script, like Vue, and don't have to have a build chain. That really decreases complexity for smaller projects.