Viewing profile — shroompasta
shroompasta
HN member- Joined
- Thu, Jan 20, 2022, 10:02 PM UTC
- HN karma
- 69
- Public activity
- 94 items
- HN profile
- View on Hacker News ↗
About shroompasta
No profile information was provided.
Recent public activity
-
comment
Comment #34192189
Capacitor uses WebView which is less performant than RN
-
comment
Comment #34162505
>Or when the network is unpredictable, you retry because it's taking too long, then the second request succeeds, then somehow the first request succeeds. This has an atomically low…
-
comment
Comment #34153072
>That includes when new data is being fetched and you don't want to show the old data This only really happens when you have race conditions > Or when you want to not refetch data …
-
comment
Comment #34145218
>The one talking about fetching data recommends a 3rd party library to make it simple but tells you how to avoid certain issues if you want to go the route of implementing your own…
-
comment
Comment #32791455
I agree that Svelte/SolidJS has overall better architecture. I don't agree that they will match React's community and environment in the near future, if at all.
-
comment
Comment #32780999
>I imagine most folks who love React syntax have Stockholm Syndrome at this point. And I'd imagine that most folks who are advocating for Svelte never had to build up a startup bef…
-
comment
Comment #32766379
i agree, but not a critical issue. In less than a decade, i'm already guessing less than 5 years, WASM will come out with a viable frontend solution that will actually be groundbre…
-
comment
Comment #32765417
Svelte is a solution to a problem that doesn't need to be solved. almost with many things in software development to be honest.
-
comment
Comment #32765392
svelte native is nowhere near react native in maturity. Discord uses React Native. What larger companies uses Svelte Native?
-
comment
Comment #32764340
Svelte/Solid JS and reactivity are great; Reactivity definitely is a better philosophy than Virtual DOM diffing. However, I'd like to add one more reason to the "arguments adopting…
-
comment
Comment #32486694
This is a questionable comment >If you don't use the same Docker Compose file for Production, don't use it for Development. Your two different systems will diverge in behavior, lea…
- comment
-
comment
Comment #32186157
How does this validate data with a variable amount of keys with the same value type for example a to-do list my day to day to do list varies in the number of tasks, but the complet…
-
comment
Comment #32186072
I'm using a pg json column to store data as a second source of truth for data that is primarily held on a separate microservice. The schema on that end is pretty intricate but to p…
-
comment
Comment #32152871
In my opinion, design tools like figma or adobe xd are abstractions away from the tech stack in which perpetuates more roles in which there doesn't need to be. A UI/UX Designer sho…
-
comment
Comment #32121401
performance. some apps need native functionality, for example, instagram needs access to your camera.
-
comment
Comment #32119299
me with escargot
-
comment
Comment #32118770
there are many answers to this, but i'll try to give a, although biased, straightforward example. - learn docker / docker-compose - tie a websocket server, a task queue, and 2-3 ht…
-
comment
Comment #31962386
Zustand is a lot more popular than the comments or the article implies. I see it quite heavily used amongst Netflix engineers. That being said, prop drilling was made more of an is…
-
comment
Comment #31962289
I take absolutely nothing noteworthy of your comment at all other than that you have a bias that you need to put in check.
-
comment
Comment #31961088
While I agree that React (for the web) isn't the best SPA out there (I would use Solid or Svelte), It's the most practical simply because of the hiring pool and because of React Na…
-
comment
Comment #31959431
No you're missing the point. What's easily the better decision for a startup that has to deal with mobile and native platforms? I seriously don't know what you people are building …
-
comment
Comment #31959378
Choosing any front end choice is a big decision. But you're not going to get anywhere near the hiring pool nor are you going to have an ease of choice in native platforms. React is…
-
comment
Comment #31959362
While I agree that Front End "engineering" isn't as complex as other fields, calling it "shameful" is a bit much. There is a huge requirement out of web apps today that SPAs are mo…
-
comment
Comment #31956371
Angular -> React -> Vue -> Svelte -> Solid -> Marko -> Hotwire Please stop. The reason why React is so powerful is because of the maturity of React Native. If you're a startup deci…