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
  • 1
    This makes me want to drop frontend forever and never come back to it.
  • 1
    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.
  • 1
    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 those patterns are not front-end specific.
  • 0
    @Tounai just don’t use React
Add Comment