Sshahaparan·Jan 11, 202001How to make page builder by using jsI want to build a page builder for my react application.What kinds of resources do I need?VVamsi commented
Sshahaparan·Jan 8, 202002looking for drag and drop page builder resources for react applicationI am looking for drag and drop page builder resources for react application that will be implemented invoice, email and so on . can anyone recommend resources? Thanks in advance.EVGirish and 1 more commented
Sshahaparan·Apr 2, 201901function problems ?if any one function is error inside try catch , I will not get value is here ? if my all func is okh , then it will show success . how can i do this ? try { function 1 function 2 function 3 }catch()RRichard commented
Sshahaparan·Mar 30, 201901How to authorized with jwt tokenHere is my two API export const loginUser = userData => dispatch => { axios .get('/api/users/login', params:{userdata:userdata}) .then(res => { // Save to localStorage const { token } = res.data; // Set token to ls ...GDiego commented
Sshahaparan·Mar 27, 201901How to implement js object to encode token and save the browser ?For example, var obj = {foo:"bar"} . I need to convert as token like this "aasasdfasdf" . After creating token, I need to save the browser . How can I implement this ?MMarco commented