@iamsharon2kx
Avid fan of Laravel, PHP and JavaScript.
Nothing here yet.
No blogs yet.
I have basic knowledge of JavaScript. Currently, working in a ReactJS project in which developers have assigned ReactJS component to a variable as following: formComponent = ( <Component1 propOne={...} /> ) Is it the right way to do? H...
I am building a Single Page App with React and I don't want to create a huge bundle and load it. Instead I would like to break it into smaller chunks and load them on specific routes on demand. What's the best way to do it in React or JavaScript in g...