(no title)
pixard | 3 years ago
I used Vue from 0.12 until around ~2.5, I really liked it at the beginning (coming from a jQuery only world) but I was forced into learning React for React Native and then I kind of standardized on it for a while and Vue fell off.
I used Svelte for a side project recently and it was quite enjoyable but I do really miss JSX and I don't like the $: syntax. I plan to give SolidJS a try on my next side project and then I'll standardize on either Svelte or SolidJS for side projects and React for big things.
Since Svelte and SolidJS are such great options for smaller things I kind of don't have a use case for Vue anymore, but I do remember it fondly.
mccorrinall|3 years ago
Want to only allow a specific http method for this route? Have fun adding boilerplate.
Want to throw a specific http error like 403? Have fun writing this by hand.
It also lacks schema validation (I’d love to see ajv here) and openapi gen. You have to write everything. by. yourself.
scrollaway|3 years ago
FastAPI is also great but a little more involved. It's good if you don't want to be in the Django world.
jjdeveloper|3 years ago
chimen|3 years ago
halfmatthalfcat|3 years ago
zozbot234|3 years ago
depressedpanda|3 years ago
shroompasta|3 years ago
almost with many things in software development to be honest.
ezfe|3 years ago