More Stories related to 'react'

React 19 Deep Dive: Features, Migration Guide, and Performance Optimization Tips
Discover React 19’s new features, migration tips from React 18, and performance tricks to build faster, smarter web apps. Learn how to optimize your projects with the latest React release.
Ullas Kishan
3 min read
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](/_next/image?url=%2Fassets%2Fblog%2Fcovers%2FuseLocation_testcases-thump.jpg&w=3840&q=75)
[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