Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 523 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 523 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

Basic repo to recreate issue with routing not happening instantly

To see issue.

npm i

npm run start

observe the issue on localhost:3000

Where you will briefly see text before redirecting. (wrong)

You should have just redirected without seeing any text. (correct)

All the logic sits inside App.js file. https://github.com/kvaithin/react-routing-issue/blob/main/src/App.js