BKBobby Kumariinbobbyk.hashnode.dev·Jun 10, 2023 · 1 min readLet's Learn all about react HOC.In react.js HOC which refers to the Higher Order Component is a design pattern used to enforce better component reusability and it's also a best practice to write your cross-cutting concerns of your application inside HOC. Though we have other option...00
BKBobby Kumariinbobbyk.hashnode.dev·May 30, 2023 · 2 min readEnhancing User Experience with Core Web VitalsIn today's digital age, delivering a seamless user experience on the web has become crucial. Users expect fast-loading pages, smooth interactivity, and visual stability. To address these expectations, Google introduced Core Web Vitals, a set of metri...00
BKBobby Kumariinbobbyk.hashnode.dev·May 20, 2023 · 2 min readWrite your own boilerplate for reactjs without using create-react-appHere's a basic boilerplate for a ReactJS application without using create-react-app. Set up the directory structure Create a new project directory with the name of your choice, and then create the following subdirectories within it: project-name/ |...00
BKBobby Kumariinbobbyk.hashnode.dev·Apr 30, 2023 · 2 min readTypography rule of web design that every designer should know.Typography is all about making text beautiful and easy to read. To make your website visually easy to understandable follow some beginners guidelines provided here: we need to talk about typefaces- Serif and Sans-Serif. Serif typefaces are tradition...00