#reactjs
Read more stories on Hashnode
Articles with this tag
Common testing patterns for creating confidence in your UI tests · As long as I've been working in frontend development, the tools available for testing...
Publishing to NPM can be daunting at first. In this guide we'll make it quick and easy. · Photo by Jess Bailey on Unsplash Publishing a TypeScript React...
It is functions all the way down · Photo by Andre Mouton on Unsplash Key takeaways: jest.mock covers many use cases jest.MockedFunction<typeof...
Why you shouldn't use React.FC · Here are the big takes right away: Don't use React.FC. Explicitly type your props including permitted children...
Photo by Jeremy Zero on Unsplash Several of React's hooks take a 'dependency array' argument. In this post, I will talk about different ways to use...
DRY component logic and separation of rendering from state management · Photo by Anne Nygård on Unsplash React hooks are a powerful tool for managing...