Muhammad AwaisinJavaScript in Plain EnglishOptimizing React Performance: Strategies to Avoid Unnecessary Re-RendersIn React, performance optimization is crucial for ensuring a smooth and efficient user experience. One common performance pitfall is…Aug 141Aug 141
Max ShahdoostHow does the React fiber reconciler work?In this article, I am going to deep dive into the React world and what is the core value proposition of React, what is React reconciler…Jun 161Jun 161
Ahsan Ali MansooruseTransition Hook ExplainedReact 18 recently received its official non-beta release, which included a slew of new React hooks. The useTransition hook is the one I am…Jul 13, 20221Jul 13, 20221
Jayanth babu SinJavaScript in Plain English7 Places I’ve Used the Spread Operator in React 🌱Spread operator in React.Nov 11, 20231Nov 11, 20231
Padma GnanapriyaUntold Performance Optimization Techniques for React.🤫Optimizing performance is crucial when developing React applications to ensure a smooth user experience. There are various strategies and…Jan 17Jan 17
Ali Göktuğ YalçınMicrofrontends with ReactIn literature, for portability and readability; books dividing into volumes. So Frontend is like a bookshelf.Dec 30, 20231Dec 30, 20231
Sonika | @Walmart | FrontEnd Developer | 10 YearsinLevel Up CodingExplain Event Loop | Interview QuestionsTopic discussion:Jan 27Jan 27
Sonika | @Walmart | FrontEnd Developer | 10 YearsinLevel Up CodingReact | Deep Understanding of the concepts and its ecosystem.Feb 123Feb 123
nishanthan-kUnderstanding useEffect in React Functional ComponentsIn React functional components, useEffect serves as a fundamental hook for managing side effects and lifecycle events. It facilitates…Apr 121Apr 121
Alexander RubinoinStackademicThe most popular React hooks explained with examplesI wanted to explain the most popular React hooks in short sentences and with examples. Both to help you guys with understanding React, but…Oct 21, 20231Oct 21, 20231
devShefaliinStackademic21 HTML Tips You Must Know AboutLearn about these 21 simple HTML tips to boost your coding skills and improve your web development projects.Apr 620Apr 620
Luqman ShabanReact Router: A step-by-step guidelearn how to seamlessly navigate through your react appsOct 21, 20233Oct 21, 20233
ScriptedShadows.JSReact.js Interview Questions and Answers for Experienced 2024React.js has gained immense popularity in the web development community due to its efficient and reusable component-based architecture. As…Mar 133Mar 133
Ravi SharmainBits and Pieces10 Common JavaScript Interview Questions (and Answers)7. Find the nth largest element in a sorted arrayMar 29, 20226Mar 29, 20226
Bouazza AyyoubReact.js Best Practices & Patterns -Part 2Separation of concerns for high-quality applicationsAug 28, 20234Aug 28, 20234
JM SantosinJavaScript in Plain EnglishHow I Use Classes in JavaScript and ReactI know what you’re thinking. Isn’t there a functional component already?Feb 192Feb 192
Nipuni ArunodiinBits and PiecesTop 5 Tips for Optimizing React PerformanceReduce component re-renders, use lazy loading, debouncing, throttling and optimize your images to improve React app performancesFeb 122Feb 122
Shubham GuptaAdding Multi-Lingual Support in ReactTo add multi-language support in your project you need to add internationalization in React we use react-i18next based on i18next. This…Mar 17, 20232Mar 17, 20232