Bookmarks for Devs

Frontend

5 Frontend Tools Worth Bookmarking in 2026

A short, opinionated list of the frontend tools and references we reach for every week — frameworks, styling, components, and icons.

June 24, 20261 min read#frontend#tools#react

There are thousands of frontend tools out there. These are the five we actually open every week — the ones earning a permanent spot in the Frontend directory.

1. React

React is still the default for component-driven UIs, and the rewritten docs at react.dev are the best starting point whether you're new or refreshing the fundamentals.

2. Tailwind CSS

Tailwind CSS keeps styling in your markup and your design system in one config file. It pairs especially well with component libraries.

3. shadcn/ui

Not a dependency but a set of copy-paste components — shadcn/ui gives you accessible building blocks you fully own and can restyle.

4. Lucide

Consistent iconography matters. Lucide is an open icon set with ready-made React, Vue, and Svelte packages.

5. Vite

Vite gives you an instant dev server and fast production builds, and it's framework-agnostic.


Curious how these made the cut? Read how we pick resources.