Articles tagged #react
-
useRef
useRef hook in React
-
Testing Library
Complete and straightforward testing utilities that encourage good testing practices. The more your tests resemble the way your software is used, the more confidence they can give you. Tools to help to test: https://testing-playground.com/
-
Testing Library vs Enzyme
https://testing-playground.com/ it's a website I recommend you to check it out, like the name suggests it
-
State Machine XState
State Machine XState
-
Simple Custom Hook Called useFetch
Simple custom hook called useFetch
-
React with Responsiveness
React with responsiveness
-
React.Suspense
React.Suspense for lazy loading
-
Optimizing React with Memoization
Optimizing React applications with memoization techniques
-
Forwarding Ref
Forwarding Refs is a technique in React where you pass a ref from a parent component to a child component