I’m considering using Router | React because it fits my basic needs.
However, I have one requirement: certain routes should require a user to be authenticated. How could I achieve this? I would guess a wrapper component might do the trick, but I’m curious about your approach.