More Stories related to 'react'
How to do lazy loading in ReactJS
A lazy function lets you defer the loading of a components code until it is rendered for the first time. Before, it will remain in the bundle. So that we can reduce the load of the application.
Ullas Kishan
3 min read
Writing test cases for modal popup in Jest
Writing test cases for modal popup in jest
Ullas Kishan
2 min read
[Solved] Uncaught TypeError: Cannot read property 'location' of undefined
Cannot read property location of undefined, this is an common test cases error in react jest while using useLocation hook in your react component
Ullas Kishan
2 min read
How to read the markdown files in ReactJS
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents.
Ullas Kishan
2 min read