© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Sebastian
Like Serder said, try to avoid storing sensible data on the client side.
Since you're using react-router you can make use of PrivateRoutes to secure your routes
reacttraining.com/react-router/web/example/auth-w…