Frontend ClubforFrontend Clubfrontend-club.hashnode.dev·Oct 1, 20246 Tips: ¿Por qué los desarrolladores front-end deberían ser emprendedores?Una mentalidad emprendedora contribuye significativamente al impacto y al éxito profesional de los desarrolladores front-end. Esta mentalidad permitiría un enfoque centrado en el usuario para crear interfaces intuitivas y utilizables. Puede abrir el ...Discuss·1 like·45 readsfrontend
Ifeanyi Princewill E.ebubethecyborg.hashnode.dev·Feb 27, 2024How To Configure WebSocket Servers For Secure Connectors (Wss Protocol)WebSockets are a great way of improving your web applications to be faster and more responsive. They provide persistent bi-directional communication between a user and your server, making them unique. With WebSockets being prominent for their feature...Discuss·3 likes·65 readsJavaScript
Chisom Nnenna ChukwumaforOpen Replay's Technical Blogopenreplay.hashnode.dev·Aug 31, 2023Creating Easy Custom Modals With ReactThink about being on a website or using an application when suddenly a small window appears in the center of the screen, or you click a button and a box that covers the main content appears, catching your eye. It is known as a modal window. Modal ele...Discuss·1 likeReact
Chisom Nnenna Chukwumadevzibah.hashnode.dev·Jul 29, 2023Creating Easy Custom modals with ReactThink about being on a website or using an application when suddenly a small window appears in the center of the screen, or you click a button and a box that covers the main content appears, catching your eye. It is known as a modal window. Modal ele...Discuss·10 likes·56 readsReact
Blessing AwakforOpen Replay's Technical Blogopenreplay.hashnode.dev·Jul 23, 2023Top 5 Lightweight State Management Libraries with React.State management libraries provide an organized manner to handle and update your application’s current data or condition (state). They let you keep track of the state of your application in a consolidated and structured manner, making it simpler to m...Discuss·15 likes·126 readsJavaScript
Favour OgbondaforOpen Replay's Technical Blogopenreplay.hashnode.dev·Jul 18, 2023Creating A Weather app With Next.jsIn this article, you will learn how to create a weather forecast app using Next JS and Chakra UI. The app will use the OpenWeatherMap API to get its weather forecast, time and date, and the icons needed. To start the project, you must have an OpenWea...DiscussOpenReplay
Nwalozie ElijahforOpen Replay's Technical Blogopenreplay.hashnode.dev·May 5, 2023A Beginner's Guide to Monorepos"Monorepo" has been known as one of those buzzwords you say in a technical gathering that makes you look smart because it sounds so complicated. This article will explore monorepos, their features, their advantages, the potential challenges you may f...Discuss·2 likesmonorepos
Clinton JoyforOpen Replay's Technical Blogopenreplay.hashnode.dev·Apr 23, 2023Best Practices For Async Programming In JavaScriptJavaScript provides several tools to allow you to write and execute asynchronous (async) code with no loss in performance. This article will show several best practices for async coding so you can write optimum code. JavaScript is one of the most po...Discuss·2 likes·110 readsJavaScript
Nwalozie ElijahforOpen Replay's Technical Blogopenreplay.hashnode.dev·Apr 17, 2023Five CSS ways of centering a child in its parentCentering text content or divs (or any other block content) horizontally and vertically is one of the problems every front-end developer faces in the early stages of their learning. In this article, we will explore five unique ways to do so and recom...DiscussCSS
Clinton JoyforOpen Replay's Technical Blogopenreplay.hashnode.dev·Apr 12, 2023Building A Custom Fetch Hook In ReactWe are continually looking for ways to improve your code as React developers. Another viable way is to create and use custom hooks. Custom hooks allow you to package and reuse functionality across your application. This makes it easy to maintain and ...Discuss·3 likes·200 readsReact