Articles
Every article Ever Garden has grown, newest first. Narrow them down by topic, tag or a search.
Redux / Zustand / Jotai Implementation Comparison Guide
A guide that compares the implementation patterns of Redux, Zustand, and Jotai in React apps by use case and organizes the perspectives for choosing between them.
#react#state-management#reduxHow to Create Sortable & Droppable Components with dnd-kit
Learn how to implement both useSortable and useDroppable in dnd-kit. A practical guide to achieving container reordering and item dropping simultaneously through conditional logic.
#react#dnd-kit#typescriptBuilding a Drag-and-Drop List with React and dnd-kit/core
Implement a seamless drag-and-drop list in React using dnd-kit/core, with a walkthrough of the core code and styling.
#react#dnd-kit#typescriptReact Glossary and Usage Guide
Explains React terminology and React hooks. Provides sample code for key features such as useState, useEffect, Recoil, and Redux.
#reactSetting Up electron-react-boilerplate (Proxy, Environment Variables)
A setup guide for an Electron + React desktop app environment. Covers Node.js and proxy configuration, cloning the boilerplate project, and installing dependencies.
#electron#react