Sonal Diwansonad.hashnode.dev·Jul 13, 2024Day 2 ReactJS : Quick and Simple LearningReact is a powerful JavaScript library for building user interfaces (UIs) that are efficient, reusable, and maintainable. This Quick guide will equip you with the knowledge to create dynamic and interactive web applications using React. Including Rea...Discuss·2 likesReact
IDits-id.hashnode.dev·Dec 27, 2023Setting Up React Project: Understanding the project structureReact is one of the most popular and hottest JavaScript libraries around for building user interfaces. It allows us to create reusable components that can render dynamic data and handle user interactions. In other words, Think of React as a fancy Leg...Discuss·95 readsReact
Mahmoud Bassammahmoud98.hashnode.dev·Apr 1, 2023Structuring React Projects the Smart Way: A Comprehensive Guide to CoreUI Based ArchitectureIntroduction React has become a popular choice for building user interfaces for web applications. However, as the size and complexity of React projects grow, it becomes increasingly challenging to maintain and improve performance. This is where havin...DiscussReact
Deniel Horvaticdevparadise.hashnode.dev·Mar 2, 2023How to Structure React Projects From Beginner To Advanced in 2023Structuring large React applications into folders and files can be a challenging task as there is no definitive approach given by React itself. However, as someone who has been implementing React applications for years, I worked with different struct...Discuss·2 likes·796 readsReact
Mustafa Dalgasft.hashnode.dev·Apr 5, 2022Heybooster Front End Naming ConventionsIn this article, you will find the naming conventions we used in our Heybooster front-end project. Variable Naming The camelCase naming convention is used to define a variable. Examples const dataSourceName = ''; const stepsConnectStatus = { 1: f...DiscussFront End Devclean code