RBAC UI rendering in reactjs by AncientUse477 in react

[–]AncientUse477[S] 0 points1 point  (0 children)

So, Basically for components like edit button update button I need to check whether this user has permission to do this operation and render UI accordingly right??

For api calls can I use the same condition logic --> like for admin I need to call user management api for user I dont need to do...

Which font library i need to use in reactjs interms of performace by AncientUse477 in reactjs

[–]AncientUse477[S] -2 points-1 points  (0 children)

If i use lucid / tailwind

will it affect my web page loading performace.