Readit News logoReadit News
builder555 commented on Ask HN: Which full stack framework (NextJS, Remix, SvelteKit) would you use?    · Posted by u/denismenace
datavirtue · 2 years ago
This is the way. Vue will outlive them all. It gets the fuck out of your way.
builder555 · 2 years ago
This is the best, most concise description of how I feel about it. They should put THAT on the website instead of "An approachable, performant and versatile framework for building web user interfaces."
builder555 commented on Show HN: Anxiety Simulator – AI Chat to help understand the effects of anxiety   anxietysimulator.com/... · Posted by u/240zShane
builder555 · 2 years ago
cool game. i got the bar maxed out!
builder555 commented on Ask HN: Which full stack framework (NextJS, Remix, SvelteKit) would you use?    · Posted by u/denismenace
builder555 · 2 years ago
VueJS - syntax is very simple, you can start using it by importing it in <script> tag, or you can set up a full dev environment with vite, you can use vue dev tools plugin in chrome. It also has a very simple state management system as well as an event bus, if you want to go that route. and for backend - fastapi. i never found those "all-on-one full stack" frameworks to be usable.
builder555 commented on Ask HN: Do you use a feature flag system? What does it look like?    · Posted by u/abahlo
builder555 · 2 years ago
Tried feature flags, but it ended up being a mess. Went back to dev/master branches with automated tests between them using standard GitHub workflows.

u/builder555

KarmaCake day2February 10, 2024View Original