01SshahaparanHow to make page builder by using jsI want to build a page builder for my react application.What kinds of resources do I need?Jan 11, 2020V
02Sshahaparanlooking 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.Jan 8, 2020EV
01Sshahaparanfunction 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()Apr 2, 2019R
01SshahaparanHow 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 ...Mar 30, 2019G
01SshahaparanHow 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 ?Mar 27, 2019M