anpos231

anpos231 @anpos231

Joined:
May 13, 2019

anpos231
articles - 5 total

Company switching to Macs, should I switch my job?

Like in the title. The company said they will be getting Mac laptops for everyone. Everyone will have...

Learn More 2 22Aug 15 '19

React hooks & the closure hell 2

Since event handlers are closures we need to either re-create them on each render or whenever one of it's dependencies changes. This means components that only depend on the event handler (and possibly not on the handler's dependencies) will have to re-render too.

Learn More 31 8Jun 29 '19

React hooks & the closure hell

Since event handlers are closures we need to either re-create them on each render or whenever one of it's dependencies changes. This means components that only depend on the event handler (and possibly not on the handler's dependencies) will have to re-render too.

Learn More 16 8Jun 24 '19

Weird browser behaviour?

So I was playing with a search box, I wanted it to show/hide based on the content and whether it was...

Learn More 6 0Jun 7 '19

Performant infinite lists and accessibility.

I read this article on medium: https://medium.com/walmartlabs/infinite-scrolling-the-right-way-11b098...

Learn More 3 0Jun 7 '19