VKVincent Kimaniinvince.dev·Sep 29, 2023 · 4 min readUnderstanding useState in reactReact is a popular JavaScript library for building user interfaces. It has a powerful feature called useState which allows components to manage their state. State management is a critical aspect of building dynamic and interactive applications. In th...01C
VKVincent Kimaniinvince.dev·Feb 26, 2023 · 2 min readWhat are Components in React?React is a popular open-source javascript library used to create web applications and was created by Facebook. It is based on a component-based architecture that enables one to build complex user interfaces by breaking them down into small, reusable ...00
VKVincent Kimaniinvince.dev·Feb 6, 2023 · 2 min readHeadless CMS for your backend development.This article discusses headless CMS and some of its advantages as well as some recommendations and disadvantages. What is a Headless CMS? A headless CMS is a type of content management system (CMS) that separates the back-end management of content fr...00
VKVincent Kimaniinvince.dev·Jan 18, 2023 · 2 min readWhy choose Vite over CRA in 2023Like me, most new developers start out with Create React App (CRA) as the CLI tool that they use to create and run their applications. What if I told you that there's an even better CLI tool, namely Vite? Vite was developed by the creator of Vue.js, ...00