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.
Absolutely, I can explore a framework to address this. I’m really looking for information on the options available with the simple router included in the ReScript bindings.