zhioua mohamedmohamedzhioua.hashnode.dev·8 hours agoWhy const isn't always constant in JavaScriptTable of Contents: Introduction Why const isn't always constant in JavaScript and TypeScript How this relates to state managers How this impacts React How to make an object immutable Conclusion Introduction When we declare a variable with the...Discuss·1 likeJavaScript2Articles1Week
Andolasoft Incandolasoft.hashnode.dev·16 hours agoWhy is VueJS the Best JavaScript Framework for Frontend DevelopmentJavaScript is one of the leading frontend development technologies. Choosing the right framework is crucial for building modern, dynamic, and responsive web applications. Among the array of JavaScript framework available, VueJS has emerged as a stand...Discussjavascript framework
zhioua mohamedmohamedzhioua.hashnode.dev·Sep 25, 2023How to Use the Sort Method in JavaScript CorrectlyTable of Contents Introduction How to Use the Sort Method Correctly Tips for Using the Sort Method Summary Introduction: In this article I will explain how to use how the sort() method works in order to use it correctly. How to Use the Sort Met...DiscussJavaScriptJavaScript
Scofield IdehenforLearnHub Bloglearnhubafrica.hashnode.dev·Sep 23, 2023Building a Workout Tracker Web App with React and Docker Part 1Tracking your workouts and fitness goals is critical for monitoring progress and staying motivated. Web apps provide a convenient way to log this data accessible on any device. However, web data can be lost if the server goes down. Containerizing the...DiscussReact
zhioua mohamedmohamedzhioua.hashnode.dev·Sep 23, 2023Recursion: A Powerful Tool for JavaScript DevelopersTable of Contents Introduction to Recursion in JavaScript How Recursive Functions Work Differences Between Recursion and Iteration Example Code for Recursion on Nested Objects Recursive Power in Nested Objects Against Normal Iteration Conclus...Discuss·1 likeJavaScriptJavaScript
𑀲𑁅𑀭𑀪vajr.hashnode.dev·Sep 21, 2023NextJS: Reserved filenames in the app folderpage.js is the main entry point for each folder. layout.js contains the wrapping layout. if we don't provide one, the autogenerated layout.js in the root app folder is used. head.js used to customize the head of the page - metatags, title etc. error....DiscussNext.js
Agozie Okechukwubxcode.hashnode.dev·Sep 20, 2023State Management in ReactIntroduction: State management is a fundamental aspect of building robust and interactive web applications. In React, understanding how to effectively manage state is crucial for creating dynamic user interfaces and maintaining application data. In t...Discuss·2 likesReact
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·37 readsjavascript framework
raju ghoraicoderj001.hashnode.dev·Sep 20, 2023Mastering ReactJS Virtual DOM: Unleash the Power of Efficiency 🚀In the electrifying realm of web development, where user experience reigns supreme, ReactJS emerges as the undeniable superhero. At the core of React's might lies the Virtual DOM, a concept that doesn't just move mountains; it optimizes them. In this...DiscussJsJarganReact
raju ghoraicoderj001.hashnode.dev·Sep 20, 2023Unleashing the Power of Bun: A Faster Modern JavaScript RuntimeIn the ever-evolving realm of JavaScript, the demand for swifter, more efficient tools has become paramount. As the JavaScript landscape morphs into something unrecognizable from its form 15 years ago, it's clear that adaptation is the key to surviva...DiscussJsJarganJavaScript