Vue feels like the good parts of angular boiled down into a much easier to use package similar to React. I actually really like it, but I think I do prefer react over both of them at this point. The states and effects just make a lot more sense to me at a baseline than Observables and whatnot
- 0 Posts
- 7 Comments
Joined 2 years ago
Cake day: June 16th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I’ve been maintaining a website that I built for a local nonprofit the last few days so it really hits close to home haha. I originally built it on Angular a few years ago because it’s all I knew at the time. Since then I’ve used both Vue and React which makes going back and maintaining the Angular project such a pain
Sorry I can’t hear you over all those observables
MrLuemasG@lemmy.worldto Fuck Cars@lemmy.ml•Wales lowers speed limit to 20 mph to cut car use and save lives3·2 years agoI dunno, I didn’t subscribe to /r/fuckcars on reddit, but I got their posts all the time on /r/all back in the day. I think a lot of people just don’t like having to rely on cars 😅
MrLuemasG@lemmy.worldto Fuck Cars@lemmy.ml•Wales lowers speed limit to 20 mph to cut car use and save lives7·2 years agoThis community regularly makes it to the front page of Everything. It’s really not that isolated from the rest of Lemmy
I too would like to see it
The use cases definitely do come up where you want the logic inside the loop to execute at least once. One common use case I have is validating user input in console applications. Put the instructions for validating the user’s inputs inside a do while and then run logic to validate it at the end - that way you can easily loop back to the start and re-prompt them for the user input again.