Skip to content

Instantly share code, notes, and snippets.

@soudmaijer
Created February 12, 2026 08:41
Show Gist options
  • Select an option

  • Save soudmaijer/090ccca0e74342f845535f2850815908 to your computer and use it in GitHub Desktop.

Select an option

Save soudmaijer/090ccca0e74342f845535f2850815908 to your computer and use it in GitHub Desktop.
# Frontend Development References
> Reference index covers Next.js, React, Tailwind CSS, shadcn/ui, Radix UI, TanStack Query, and TanStack Table.
## Next.js
- [Next.js Documentation](https://nextjs.org/docs): Official documentation hub — App Router, routing, rendering, data fetching, and deployment
- [Next.js GitHub Repository](https://github.com/vercel/next.js): Source code and releases
- [Next.js 16 Blog Post](https://nextjs.org/blog/next-16): Release notes and new features in Next.js 16
- [Next.js 16 Upgrade Guide](https://nextjs.org/docs/app/guides/upgrading/version-16): Migration guide from v15 to v16
## React
- [React Documentation](https://react.dev/): Official documentation site — components, hooks, and API reference
- [React 19 Release Notes](https://react.dev/blog/2024/12/05/react-19): New features in React 19 including Actions, use(), and Server Components improvements
- [React GitHub Repository](https://github.com/facebook/react): Source code and releases
## Tailwind CSS
- [Tailwind CSS Documentation](https://tailwindcss.com/docs): Official documentation — utility classes, configuration, and responsive design
- [Tailwind CSS v4.0 Release](https://tailwindcss.com/blog/tailwindcss-v4): New features in Tailwind CSS v4 including CSS-first configuration
- [Tailwind CSS v4 Upgrade Guide](https://tailwindcss.com/docs/upgrade-guide): Migration guide from v3 to v4
## shadcn/ui
- [shadcn/ui Documentation](https://ui.shadcn.com/docs): Component documentation, installation, and theming guides
- [shadcn/ui GitHub Repository](https://github.com/shadcn-ui/ui): Source code and component library
- [shadcn/ui Tailwind v4 Guide](https://ui.shadcn.com/docs/tailwind-v4): Using shadcn/ui with Tailwind CSS v4
## Radix UI
- [Radix UI](https://www.radix-ui.com/): Official site — accessible, unstyled UI primitives
- [Radix Primitives Documentation](https://www.radix-ui.com/primitives/docs/overview/introduction): Getting started with Radix Primitives
- [Radix Primitives GitHub Repository](https://github.com/radix-ui/primitives): Source code for primitive components
## TanStack Query
- [TanStack Query Documentation](https://tanstack.com/query/latest): Official documentation — queries, mutations, caching, and devtools
- [TanStack Query React Overview](https://tanstack.com/query/v5/docs/framework/react/overview): React-specific integration guide
- [TanStack Query GitHub Repository](https://github.com/TanStack/query): Source code and releases
## TanStack Table
- [TanStack Table Documentation](https://tanstack.com/table/latest/docs/introduction): Official documentation — headless table utilities for sorting, filtering, and pagination
- [TanStack Table GitHub Repository](https://github.com/TanStack/table): Source code and releases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment