top | item 40387918

(no title)

randomdev3 | 1 year ago

UI only reacts to the responses from backend. Of course it has some amount of logic not to show things user doesn't have permission to do anyway.

Regarding the error handling, just return response and show the error. For example if trying to load a dashboard and you get a 403, just display an error.

discuss

order

michaelnny|1 year ago

Thanks this makes sense, do you have any suggestions on how to handle the routing of hundreds if not thousands of individuals apps efficiently?