(no title)
audience_mem | 4 years ago
At least with Vue I can just include the library into the page, with no mandatory build step.
audience_mem | 4 years ago
At least with Vue I can just include the library into the page, with no mandatory build step.
smt88|4 years ago
In the case of Svelte, you're also likely increasing the size of your site, since it transpiles down to simple JS instructions rather than abstracted framework calls.
edoceo|4 years ago