Who wants cats as users
Who wants cats as users
Spinning sausages is the WHY
Spinning sausages is the WHY
Though I was on a call with a potential client today and I knew one of them from university 21 years ago.
His younger colleagues were having a field day with that bit of information
Though I was on a call with a potential client today and I knew one of them from university 21 years ago.
His younger colleagues were having a field day with that bit of information
That is true for both.
Everything I have said so far for both managing a single components state and putting it all in a big state tree.
That is true for both.
Everything I have said so far for both managing a single components state and putting it all in a big state tree.
The best designed system is one where you only need to worry about the things you are about to change.
The best designed system is one where you only need to worry about the things you are about to change.
But it is still an oversimplified view of software architecture. Separation of concerns is one of those ideas that just sounds right. Which is probably why we keep falling for it.
But it is still an oversimplified view of software architecture. Separation of concerns is one of those ideas that just sounds right. Which is probably why we keep falling for it.
editor.nordcraft.com/projects/apr...
editor.nordcraft.com/projects/apr...
When you immediately know where everything goes then you don't need to make choices. You don't need to think
That does mean that you are unlikely to make terrible choices, but it also means that you can't make good ones.
When you immediately know where everything goes then you don't need to make choices. You don't need to think
That does mean that you are unlikely to make terrible choices, but it also means that you can't make good ones.
I remember explaining to people how "it really made sense for more complex applications".
Even when trying to scale it I kept telling my self that the alternative would have been much more complex.
In reality redux is terrible at scale.
I remember explaining to people how "it really made sense for more complex applications".
Even when trying to scale it I kept telling my self that the alternative would have been much more complex.
In reality redux is terrible at scale.
use a reducer!
How do you use reducers?
Dispatch an action!
Is your reducer function getting out of hand?
You need to create a slice!
Every question had a simple answer so you easily forgot that all you were trying to do was update a variable.
use a reducer!
How do you use reducers?
Dispatch an action!
Is your reducer function getting out of hand?
You need to create a slice!
Every question had a simple answer so you easily forgot that all you were trying to do was update a variable.
I was VERY into redux when it came out, and for years after. Looking back it is kinda strange.
It had this way of convincing us that it was ok to make everything more complex, because there was a plan.
...
I was VERY into redux when it came out, and for years after. Looking back it is kinda strange.
It had this way of convincing us that it was ok to make everything more complex, because there was a plan.
...