Rajitha SanjayamalMake a Robust Structure for React ApplicationAs a React developer, you have flexibility to make a structure as you wish. So there is no best project architecture that will fit any…Apr 21, 2023Apr 21, 2023
Rajitha SanjayamalEjecting Create React App (CRA)Have your ever created a new React project?Mar 12, 2023Mar 12, 2023
Rajitha SanjayamalOptimizing Performance with Code Splitting in ReactMost React apps bundle all dependencies into one single large file. Then it can be included on a webpage to entire app at once. This…Dec 18, 20221Dec 18, 20221
Rajitha SanjayamalDebouncing in ReactDebouncing is a technique to control how many times we allow a function to be executed over the time. Simply It delays (rate limits)…Nov 19, 2022Nov 19, 2022
Rajitha SanjayamalImport and Export in ReactIf you are new to React, You might be wondering behavior of importing and exporting in React. This article will give you massive…Nov 7, 20222Nov 7, 20222