|
|
|
|
|
by wg0
1072 days ago
|
|
SevelteKit has some rough corners. The debugging is not as smooth especially because these frontend frameworks needlessly insists on being server side framework first for no reason specifically because server side frameworks have very strong, battle tested options ranging from Django, Flask, echo, Rails, sinatra and what not. This makes tooling complicated and a debugging that works out of the box for both server and client side is non existent even in SvelteKit 4. When I'm picking up SvelteKit, it's only for its routing which isn't so great either with file based arrangements, things get out of and pretty fast. |
|