|
|
|
|
|
by smt88
1903 days ago
|
|
The trade-off is performance. If you don't build your application, you're offloading work to the client. 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. |
|