hi do u know how to implement authorization if the user is successfully logged In i had to keep restriction to one page (i.e one component page) to access that page he should know the admin Login and password . so, basically need to implement authori...
AMArun and 3 more commentedhi do u know how to implement authorization if the user is successfully logged In i had to keep restriction to one page (i.e one component page) to access that page he should know the admin Login and password . so, basically need to implement authori...
Join discussionI currently follow this pattern in my projects. I have a question regarding components and containers, and redux. Redux docs say follow the duck pattern which means to have actionTypes, actions, reducers all in a single file. I'm also concerned about...
Join discussionHow do I implement a User Authentication API Token and private routing for my react Web Application? I'm using Redux for state management and React Router Dom for Routing. Please help!!
BBlaine commentedLet me start off by saying that any help will be much appreciated. I have been stuck for almost a week on this issue. I need some sense of directions with this. Thank you so much in advance :). I am currently having issues with filtering data after a...
Join discussionAxios calls are working perfectly while the react app functioning on localhost, But the calls are unable to fetch any data while the build is uploaded to the cpanel file manager directory. I even tested the same on Netlify. Is there any solution to t...
AAnthony commented