HN user

alvarlagerlof

276 karma
Posts5
Comments215
View on HN

I've tried plain fetch + useEffect + useState. It's very easy to mess up the implementation. For example you have to think about what happens if the useEffect triggers again while it is already fetching. For reasons like that, react-query is totally worth it to me.

Refined GitHub 4 years ago

They only thing I dislike I'd the hover expand height ob lists of issues. Couldn't figure out how to turn off so I uninstalled it.

State of CSS 4 years ago

JavaScript simply shouldn't handle a lot of layout. It's not running in sync with the layout engine in css.