Techdomain
  • Tutorials(current)
  • Images
  • About
  • Twitter
Why React Hooks

Why React Hooks

Learn why react hooks are useful and what are the advantages of using React Hooks.

React 16 tutorial
React Hooks Tutorial for Beginners: Getting Started With React Hooks

React Hooks Tutorial for Beginners: Getting Started With React Hooks

Learn about the hooks in React in step by step way and know about the useState hook.

React 16 tutorial
Testing async http code (axios or fetch) using enzyme vs react testing library

Testing async http code (axios or fetch) using enzyme vs react testing library

Learn the difference in testing async code between enzyme and react testing library.

React JS Testing
Testing events in React using enzyme vs react-testing-library

Testing events in React using enzyme vs react-testing-library

Learn how the way we write unit test case differs from enzyme to react testing library.

React JS Testing
How to write the unit test cases for events in react using jest and enzyme

How to write the unit test cases for events in react using jest and enzyme

Learn how to use simulate function from enzyme to test the various events and also test out the data to the event.

React JS Testing
Adding buttons below recyclerview android

Adding buttons below recyclerview android

Learn how to add button at bottom in recylerview in android

Android
What is purecomponent in react

What is purecomponent in react

How does purecomponent work and help in improving performance in react. Learn about false positives and changing the reference of object to prevent it.

React 16 tutorial
Difference between brittle and non-brittle tests in React JS

Difference between brittle and non-brittle tests in React JS

Learn the difference between brittle and non-brittle tests in reactjs. It is going to save your time in writing un-necessary tests.

React JS Testing
How to use error boundary in react?

How to use error boundary in react?

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.

React 16 tutorial
Why snapshot testing in react is not as useful always

Why snapshot testing in react is not as useful always

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.

React JS Testing
  • Home
  • 1
  • 2
  • 3
  • 4