CALEB UGWOKEcalebonyedikachiugwoke.hashnode.dev·Sep 14, 2023A Responsive, Multipage Educational/School WebsiteIntroduction: This is a blog post for the foundation project of ALX Software Engineering. Project Purpose: The key purpose of this project is to deploy the skills I learned in ALX majoring for now in front-end development and prioritizing among other...DiscussFrontend Development
ShubhforCling Multi Solutions blogblogs.clingmultisolutions.org·Sep 5, 2023Mastering the Art of Building Custom Front-End Frameworks: A Comprehensive Guide for DevelopersMastering the Art of Building Custom Front-End Frameworks: A Comprehensive Guide for Developers Introduction to Front-End Frameworks In the ever-evolving world of web development, front-end frameworks play an important role in constructing modern-day...Discussfront-end
Maria Shelaievaspdloadd.hashnode.dev·Aug 30, 2023How to Hire a Dedicated Front-end Development Team: Overview, Process, TipsAre you a startup founder, tech entrepreneur, or product manager looking to hire dedicated front-end developers? If yes, then read through this guide to learn how to hire a dedicated front-end development team. We’ll discuss the following in this art...DiscussFrontend Development
Shyam Sundarshyam3050.hashnode.dev·Aug 24, 2023Deep dive into the useState() Hook in React.js.import {useState} from "react"; const Header = () => { const [num, setnum] = useState(1); function updater(){ console.log(num); // 1 (for the first time button click) setnum((prevStateValue) => prevStateValue + 1); console.log(num); // 1 (for the...DiscussReact
Juwon oladele walk.hashnode.dev·Aug 15, 2023How the Internet works: a front-end developer’s guide.Introduction In this article, front-end developers like you will gain knowledge of the very technology you are building on, the Internet. The Internet is one of today's greatest innovations, so you should understand it before trying to build on it. P...Discuss·14 likes·82 readsFrontend Development
vishal soraganvivishalys.hashnode.dev·Aug 14, 2023React : The beginners guideIntroduction React is a popular JavaScript library for building user interfaces. It allows developers to create reusable UI components that efficiently update and render based on data changes. In this blog post, we will build a full-stack blog app us...DiscussReact
Mukesh Rammukeshram.hashnode.dev·Jul 18, 2023The Art of Frontend Development: Bridging Design and FunctionalityIntroduction Frontend development is the art of creating interactive and visually appealing websites that seamlessly blend design and functionality. It serves as a bridge between designers' creative vision and developers' technical implementation. A ...DiscussFrontend Development
Atif Aliatifff.hashnode.dev·Jul 15, 2023Front-end Reactor : States are ReactiveIntroduction As we discussed in the previous blog, each component in React has data- props & state. Props are the one that can be passed from parent component to child, they cannot be mutated and is unidirectional(cannot be passed to parent). Now we ...Abhay Singh Rathore and 1 other are discussing this2 people are discussing thisDiscuss·60 likes·225 readsFront-end ReactorReact
dipesh joshidipeshjoshi4.hashnode.dev·Jul 15, 2023JavaScript BasicThe Topic Which is Covered in This Article Variable Variable name convention Rules Hoisting Variable Scope variable scope block scope global scope Datatypes in Javascript What Is NaN? Type Of Operators Difference With Null vs Undef...Discuss·28 readsfront-end
ITC6-React-HAreactit.hashnode.dev·Jul 14, 2023What is React and Why Should You Bother?React, has become a buzzword when it comes to frontend development libraries and frameworks and for good reason. In this article, we will explore why developers should use React when it comes to implementing seamless front-end services. In simple te...Discuss·21 likes·45 readsReact