Viewing profile — fridgemaster
fridgemaster
HN member- Joined
- Fri, May 05, 2023, 10:07 PM UTC
- HN karma
- 6
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About fridgemaster
No profile information was provided.
Recent public activity
-
comment
Comment #35836037
>simplicity Can be achieved in MPAs and SPAs alike. I'd also argue that having state floating around in HTTP requests is harder to reason about than having it contained in a single…
-
comment
Comment #35835885
Angular 2 works fine out of the box, and already provides a good architecture that noobs struggle to come up with in "freestyle" solutions like React. Angular's bi-directional bind…
-
comment
Comment #35835819
Just pick a lightweight web framework, and freeze the dependencies. I don't see the problem.
-
comment
Comment #35835764
I fail to see how HTMX could be the "future". It could have been something useful in the 2000s, back when browsers had trouble processing the many MBs of JS of a SPA. Nowadays SPA'…