Library monkey-patches React to warn you about possibly unnecessary re-renders

why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.) – GitHub – welldone-software/why-did-you-render… Read more

Similar

Replacing React with Rails

NOTE: if you are arriving from Ruby Weekly, check out the full article here. The first few paragraphs are posted below and the full post is on 0x2a.sh, as there is apparently a Gmail bug where any…...

Read more »

Understand how React hooks work

The reason hooks cause developers to struggle is that they look simple, just basic functions, but they are a lot more complex than that. The complex logic is very well hidden in the React core, but understanding a little how they work will help you to use... (more…)

Read more »