We all know that React is one of the famous javascript frameworks used for web development. Web apps developed using React are known for their speed and efficient performance. Though React provides better speed and efficiency than other frameworks available we can add some more efficiency to our app by following some simple optimization techniques. The speed and performance of a web app can be improved … Continue reading Learn A Few Optimization Techniques to Enhance Performance in React
Tag: React
React Vs. Vue.js: A Detailed Comparison
Unless you’ve been living under a rock, you’ve probably heard of Facebook’s wildly-popular React JavaScript library for building single-page web application interfaces. You’ve may have also heard of Vue.js, a full-featured utility that can be leveraged for the same purposes. But which one is right for your project?
React: A Way To Boost Performance With Effective Rendering
Content posted here with the permission of the author Payal Bhalerao, who is currently employed at Josh Software. Original post available here We always enjoy fast and responsive user interface, but generally during fast development performance gets neglected. In case of react app development, We generally rely on react’s virtual DOM, that it will perform diffing … Continue reading React: A Way To Boost Performance With Effective Rendering
