hannoeru / vite-plugin-pages

File system based route generator for ⚡️Vite
MIT License
1.87k stars 128 forks source link

[React] how to protect page that need auth? #327

Closed X7md closed 1 year ago

X7md commented 2 years ago

Hi, I need example to how do (protect page) with reactjs?

wanna check if user login, if it's not redirect to /login ... any example, I just notice vue example with meta or something, still don't understand how to implement when using reactjs.