Mikeydraken.hashnode.dev·Sep 20, 2023Building Modern Single-Page Applications with JavaScript FrameworksThe Rise of Modern Single Page Applications Single-page applications (SPAs) are web apps that load a single HTML page and dynamically update that page as the user interacts with the app. SPAs use client-side JavaScript to manage app views and data fl...Discuss·27 readsjavascript framework
Gospel Obiuwevbielitedecode.hashnode.dev·Sep 18, 2023Mastering React Router: A Comprehensive TutorialIn the ever-evolving world of web development, creating seamless and dynamic user experiences is crucial. Modern web applications often consist of multiple views and pages that need to be navigated effortlessly. This is where React Router comes to th...DiscussReact
Mrityunjay Singhmrutunjays.hashnode.dev·Sep 17, 2023Implementing Efficient Delay and Wait Functions in JavaScriptIn this article, we will explore the efficient implementation of delay and wait functions in JavaScript. These functions are particularly useful when you want to pause the execution of code for a certain period or until a specific condition is met. W...DiscussJavaScript
Bhavesh Yadavcodezera.hashnode.dev·Sep 13, 2023Demystifying CSRF Tokens: Safeguarding Your Website against Sneaky Attacks!Hey there! Today, we're going to dive into the exciting world of CSRF (Cross-Site Request Forgery) tokens. They are like superheroes when it comes to protecting against CSRF attacks. But wait, what are they exactly? 🤔 Well, imagine a scenario where ...Discusscsrf
Shriyash Awasthishriyash.hashnode.dev·Sep 13, 2023React Interview Questions (6-10) :-As in the previous blog, I have discussed five interview questions, in today's blog I'm discussing the next 5 interview questions, Hope you all will enjoy it and learn something new. Link for previous questions - https://shriyash.hashnode.dev/react-i...Discusswebdevelopment
Afaq Aliafaqscripts.hashnode.dev·Sep 13, 2023Unlocking React's Hidden Gems: A Beginner's Guide to useContext and createContextAre you a budding React developer looking to take your skills to the next level? Do you find yourself struggling with prop drilling and complex state management in your React applications? If so, you've come to the right place. Before diving into the...DiscussReactHooks
Pranjali Sankpalpranjalisankpal.hashnode.dev·Sep 12, 2023Exporting Data to Excel in React Using xlsx: A Step-by-Step GuideExcel spreadsheets are a powerful tool for organizing and analyzing data. In many web applications, there's often a need to export data into Excel format for further analysis or sharing with others. In this tutorial, we'll explore how to export data ...Discuss·2 likesReact
Debajit Mallickdebajit13.hashnode.dev·Sep 11, 2023Boosting Performance: Image Optimization in ReactIntroduction Image Optimization is one of the most crucial parameters for optimizing web performance. In this era of 5G, we sometimes forget to optimize images on our React app, which results in slower application. In many parts of the world, the int...DiscussDeep Dive Into ReactReact
Donnietechnicaldeepdive.hashnode.dev·Sep 7, 2023Bài 16. Testing in ReactMở đầu 1.1. Tầm quan trọng của việc testing trong phát triển ứng dụng 1.2. Giới thiệu về Jest và React Testing Library 1.3. Tổng quan về cấu trúc của bài viết Cài đặt và Cấu hình 2.1. Cài đặt Jest trong project 2.2. Cài đặt React Testing Library 2.3...Discussreact js
Donnietechnicaldeepdive.hashnode.dev·Sep 7, 2023Bài 15. Performance Optimization trong ReactMở đầu 1.1. Tầm quan trọng của hiệu năng trong ứng dụng React 1.2. Định nghĩa về các kỹ thuật optimization cơ bản 1.3. Tổng quan về các phần sẽ được trình bày Đo lường hiệu năng 2.1. Chrome DevTools và React DevTools 2.2. Profiling trong code (cách ...Discussreact js