Kapeel Kokane Coder by day, content creator by night, learner at heart!

Stories by Kapeel Kokane

Starlight Vs. Docusaurus For Building Documentation

Starlight vs. Docusaurus for building documentation

Dev

Explore Docusaurus and Starlight for building and customizing documentation websites, comparing their features such as sidebars, light/dark mode, and tabs.

Kapeel Kokane
Feb 6, 2024 ⋅ 10 min read
Working With The App Directory In Next.js 13

Working with the Next.js 13 App Router

Dev

The new App Router in Next.js 13 has changed the way developers handle routing in Next apps.

Kapeel Kokane
Sep 14, 2023 ⋅ 10 min read
The Modern Guide To React State Patterns

The modern guide to React state patterns

Dev

Learn today’s options for managing state in React applications, including built-in hooks and third-party libraries like Redux and MobX.

Kapeel Kokane
Jul 31, 2023 ⋅ 10 min read

Getting started with Pico CSS

Dev

Pico CSS discourages using a large number of .classes in your application. Instead, it styles the semantic HTML elements in such a way that you don’t need to write a lot of code yourself.

Kapeel Kokane
Jul 24, 2023 ⋅ 8 min read
React State Management Signia

Implementing React state management with Signia

Dev

Signia uses primitives called signals for state management, which can efficiently calculate computed values by performing incremental calculations.

Kapeel Kokane
May 10, 2023 ⋅ 9 min read
Top React Boilerplates Of 2023

Top React boilerplates of 2023

Dev

Discover and compare five of the top React boilerplates, pieces of code that act as a starting point for beginning development.

Kapeel Kokane
Mar 13, 2023 ⋅ 11 min read
Storybook Lost Pixel Getting Started

Storybook visual regression testing with Lost Pixel and React

Dev

Explore using Lost Pixel in your projects for detecting UI regressions. List Pixel is an open source tool that renders and compares actual images of components.

Kapeel Kokane
Jan 17, 2023 ⋅ 5 min read
Next Chakra Hackernews

Hacker News client with Chakra UI and Next.js 

Dev

Build a Hacker News client that is responsive for mobile view, is server-side rendered, and supports pagination.

Kapeel Kokane
Apr 7, 2022 ⋅ 8 min read
React and Firebase Logos

Push notifications with React and Firebase

Dev

Learn how to enable push notification in React with Firebase in this step-by-step tutorial and example build.

Kapeel Kokane
Mar 17, 2022 ⋅ 6 min read
3D rendering in the browser with react-three-fiber

react-three-fiber: 3D rendering in the browser

Dev

Build simple React apps and use react-three-fiber and three.js to incorporate 3D browser rendering. Here’s how.

Kapeel Kokane
Dec 4, 2021 ⋅ 8 min read
Micro Frontends Frontsjs

Build progressive micro-frontends with Fronts

Dev

Front’s minimal configuration and its flexibility are currently unmatched. It is definitely worth considering as a framework of choice for your next micro-frontends project.

Kapeel Kokane
Nov 18, 2021 ⋅ 6 min read
Charts Using GoJS

Building flowcharts with GoJS

Dev

Easily create complex, interactive flowcharts in JavaScript using GoJS. Seamlessly display data by creating Nodes, defining links, and ordering the hierarchy.

Kapeel Kokane
Sep 15, 2021 ⋅ 5 min read