Learn why react hooks are useful and what are the advantages of using React Hooks.
Learn about the hooks in React in step by step way and know about the useState hook.
Learn the difference in testing async code between enzyme and react testing library.
Learn how the way we write unit test case differs from enzyme to react testing library.
Learn how to use simulate function from enzyme to test the various events and also test out the data to the event.
Learn how to add button at bottom in recylerview in android
How does purecomponent work and help in improving performance in react. Learn about false positives and changing the reference of object to prevent it.
Learn the difference between brittle and non-brittle tests in reactjs. It is going to save your time in writing un-necessary tests.
Learn about error boundary in react and how to use it using componentDidCatch and getDerivedStateFromError. Also, learn when to use one of the above methods.
Snapshot testing requires discipline among the developers using it. TDD is not possible using snapshot testing. Snapshot testing is also not good documentation for the code.