endless90 | 2 years ago | on: Ask HN: Could you share your personal blog here?
endless90's comments
endless90 | 3 years ago | on: Why React Re-Renders
> I know some developers believe that every state change in React forces an application-wide render, but this isn't true. Re-renders only affect the component that owns the state + its descendants (if any). The App component, in this example, doesn't have to re-render when the count state variable changes.
Does that mean if i have a redux store attached to my app it rerenders everything when i change something small in the store? Because the store is usually one of the top most HOCs.
endless90 | 6 years ago | on: Embedding Binary Objects in C
Is it possible to automate this with cmake?
page 1
Random thoughts, computer stuff, home automation and small projects. Mainly in german.