Opudu Preyesplashdev.hashnode.dev·13 hours agoState Management Reimagined: A Fresh Approach to Frontend Development (Part 1) 🚀Ah, frontend development, where the canvas of the digital world comes to life with every line of code we write. 🎨 But wait a minute, haven't we all noticed that in the grand symphony of web development, the same instrument keeps stealing the spotlig...Discuss·10 likes·31 readsReact
Daniel Michaelmacmichael.hashnode.dev·34 minutes agoFrontend TechnologiesFrontend technologies refer to the set of tools and methods used to create the user interface and experience for websites and applications. With the ever-growing demand for fast, responsive, and intuitive web applications, front-end technologies have...Discussfrontend
Rizwanul Islam Rudrarizwanulrudra.hashnode.dev·8 hours agoJavaScript Mastery: The Key to Front-End ExcellenceIntroduction In the dynamic realm of front-end development, where discussions are often centered around influential frameworks like React, Vue, Angular, and Svelte, it's a frequent occurrence for developers, particularly newcomers to the field, to di...DiscussJavaScript
Emmanuel Nwachukwunwachiii.hashnode.dev·Sep 28, 2023CSS Essentials Every Frontend Developer Should KnowIn this frontend space, no matter which CSS framework floats your boat— be it Material UI, TailwindsCSS, ChakraUI, Bulma, or You're writing either React, Vue, Svelte, or Qwik— one universal truth holds: your core CSS skills wield immense power. They'...Discuss·1 likeCSS
Victory Durosinmidurosinmivictory.hashnode.dev·Sep 27, 2023Learn To Validate React Forms With Formik And Yup, Using The Hook MethodDo we need to validate our forms? Imagine having a helpful friend double-checking everything you write on a job application letter, so things work smoothly and nothing goes wrong, this is how form validations work. Form validation makes sure the info...Discuss·27 readsFrontend Development
Nzube Ifechukwunzubeifechukwu.hashnode.dev·Sep 27, 2023Building a Quote Generator: Challenges and LessonsI started learning how to code on freeCodeCamp in March 2021. From then until September 2021, I was pretty consistent with my learning. During that time, I completed the Responsive Web Design Certification and moved on to the next certification in th...DiscussReact
Fernando De La Madriddeadcode.hashnode.dev·Sep 27, 2023Chrome Debugging Techniques You Probably Aren't Using (But Should)Introduction As web developers, especially those in the front-end arena, we practically live inside our web browsers, constantly tweaking, inspecting, and fine-tuning our code. It's the digital playground where our ideas come to life, and as engineer...DiscussChrome
David Sunday Bayodedavidbay.hashnode.dev·Sep 26, 2023Replacing React Hooks with React Redux State Management Library Part 3In the previous chapter, I discussed the current state of the application, the underlying architecture, how the internal components(specifically the form that handles currency input) functioned and what direction the application needed to go. This pa...DiscussReact
Saher Siddiquisaher.hashnode.dev·Sep 22, 2023A Beginner's Guide to Front-End Web DevelopmentWelcome to the world of front-end web development! If you're new to this field, you're in the right place. In this beginner's guide, we'll go through the basics of front-end development using HTML, CSS, and Bootstrap. By the end of this article, you'...Discuss·10 likesWeb Development
Rajendra Markadrajendramarkad.hashnode.dev·Apr 30, 2023HTML Cheatsheet<html>: The root element of an HTML document that contains all other elements. <head>: Contains metadata about the document, such as the title and links to external resources. <meta>: Provides metadata about the document, like character encoding. ...DiscussHTML