1

React/React Native

When deciding between `useState` and `useReducer` in React, it's important to consider the complexity of your state management needs. Here's a simplified breakdown post I've written:

https://x.com/lassiecoder/status/...

Comments
  • 2
    This makes me want to drop frontend forever and never come back to it.
  • 2
    The idea of having a state at the client at all. This is where it went wrong. You already see with that htmx stuff that we're just going back to the original waii of doing things. One step left or so.

    @lassiecoder i see you're using the hashtag #cloudNative. Wanted to ask you what it is, but I realized:

    @chatgpt what is cloud native?
  • 1
    @retoor
    Cloud native refers to the design and deployment of applications that are specifically built to run in cloud environments. These applications are typically built using cloud technologies and are intended to be scalable, resilient, and easily managed in a cloud infrastructure. This approach allows for more efficient use of cloud resources and enables organizations to take full advantage of cloud computing capabilities.
  • 3
    I finally know what is special about my regex parser i'm working on. It's cloud native. It's made for the cloud
  • 0
    @Tounai just don’t use React
  • 1
    @retoor this jepg file of my balls, which I took with intent to upload to S3, is cloud native!
  • 1
    @Lensflare If not React, then what do you prefer for FE?
  • 1
    @lassiecoder for mobile, pure native. No hybrid/cross crap.
Add Comment