tochukwu.hashnode.devBuild an image carousel in React using React SlickIntroduction In this tutorial, I am going to show you how to build a carousel with React-slick. React-slick is an npm package that provides an easy way to implement any form of sliding display with minimal css. This I believe is a better approach tha...Nov 19, 2023·4 min read
tochukwu.hashnode.devBuilding Thriving Open Source Communities via Technical WritingAt the heart of open source is the community that drives it. The people are the engine that powers all the great benefits that open source provides. It is some kind of symbiotic relationship where software is made available to the public and the publ...Nov 15, 2023·3 min read
tochukwu.hashnode.devGetting started with TwitterIntroduction In this day and age, if you are a constant user of the internet, it's most likely you've come across a reference to a post from Twitter. In its simplest usage, it is a free social networking site where users can share ideas and interact ...Oct 19, 2023·8 min read
tochukwu.hashnode.devHow to create custom hooks in ReactIntroduction Hooks have become an integral part of writing React. They provide a much more convenient way of using state and other react features. The React docs define it as: They let you use state and other React features without writing a class. ...Feb 11, 2022·5 min read
tochukwu.hashnode.devHow to build a modal component in ReactA Modal is a separate window or pop-up positioned above the current page. This mostly happens as a result of the click of a button or so. They are usually used to display additional information. If you're new to writing react, you can get carried awa...Jan 31, 2022·5 min read