Capacitor uses WebView which is less performant than RN
>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 chance of ever happening, and never…
>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 if the conditions for refetching are…
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.
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 groundbreaking. The battles between frontend…
Svelte is a solution to a problem that doesn't need to be solved. almost with many things in software development to be honest.
svelte native is nowhere near react native in maturity. Discord uses React Native. What larger companies uses Svelte Native?
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, leading you to troubleshoot two separate…
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 completion will always be in boolean [ {…
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 prevent hitting two services for certain…
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 should be competent in CSS in which the…
performance. some apps need native functionality, for example, instagram needs access to your camera.
me with escargot
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 http microservices together - you don't…
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 issue than it really is, especially…
I take absolutely nothing noteworthy of your comment at all other than that you have a bias that you need to put in check.
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 Native. Sometimes you have to be…
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 that you think low/no js is viable.…
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 more and more required than your simple…
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 deciding your FE framework and you have…
React is here to stay and will have jquery like longevity. Sure, performance wise, it isn't the best, but performance isn't an end all be all. What separates react from the rest of the group is the maturity of React…
i think you missed his point to be honest. Regardless of where place your tailwindcss or where you split / sort classes, reading iteratively from left to right, especially if the css rules are numerous, is not legible.…
i'm not sure what you mean by 'seamlessly' but a media query in styled components would just be @media (max-width: 700px) { css here } it's not that much harder. Also, the lack of address of real problems of tailwindcss…
Ubuntu the best looking one. no bias.
Capacitor uses WebView which is less performant than RN
>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 chance of ever happening, and never…
>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 if the conditions for refetching are…
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.
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 groundbreaking. The battles between frontend…
Svelte is a solution to a problem that doesn't need to be solved. almost with many things in software development to be honest.
svelte native is nowhere near react native in maturity. Discord uses React Native. What larger companies uses Svelte Native?
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, leading you to troubleshoot two separate…
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 completion will always be in boolean [ {…
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 prevent hitting two services for certain…
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 should be competent in CSS in which the…
performance. some apps need native functionality, for example, instagram needs access to your camera.
me with escargot
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 http microservices together - you don't…
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 issue than it really is, especially…
I take absolutely nothing noteworthy of your comment at all other than that you have a bias that you need to put in check.
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 Native. Sometimes you have to be…
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 that you think low/no js is viable.…
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 more and more required than your simple…
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 deciding your FE framework and you have…
React is here to stay and will have jquery like longevity. Sure, performance wise, it isn't the best, but performance isn't an end all be all. What separates react from the rest of the group is the maturity of React…
i think you missed his point to be honest. Regardless of where place your tailwindcss or where you split / sort classes, reading iteratively from left to right, especially if the css rules are numerous, is not legible.…
i'm not sure what you mean by 'seamlessly' but a media query in styled components would just be @media (max-width: 700px) { css here } it's not that much harder. Also, the lack of address of real problems of tailwindcss…
Ubuntu the best looking one. no bias.