Mohammad Farman Abbasi
1 min readOct 14, 2020

--

How to handle redirects in react on netlify

Inside the public folder in react, create a file called _redirects and add the below content.

/* /index.html 200

Thats it.

--

--