linkEngineering

Reference Links

Official docs and primary references for everything in these frontend notes.

1 item

Links1

01NotesNote

Primary sources I keep coming back to. Official docs over blog posts wherever possible.

Core

  • React — https://react.dev/
  • Next.js — https://nextjs.org/docs
  • TypeScript Handbook — https://www.typescriptlang.org/docs/
  • MDN Web Docs — https://developer.mozilla.org/

State & data

  • TanStack Query — https://tanstack.com/query/latest
  • Zustand — https://zustand.docs.pmnd.rs/
  • SWR — https://swr.vercel.app/

Styling & UI

  • Tailwind CSS — https://tailwindcss.com/docs
  • Radix UI — https://www.radix-ui.com/
  • shadcn/ui — https://ui.shadcn.com/
  • class-variance-authority — https://cva.style/docs

Forms & validation

  • React Hook Form — https://react-hook-form.com/
  • Zod — https://zod.dev/

Accessibility & performance

  • WAI-ARIA Authoring Practices — https://www.w3.org/WAI/ARIA/apg/
  • web.dev (Core Web Vitals) — https://web.dev/explore/learn-core-web-vitals
  • axe DevTools — https://www.deque.com/axe/

Tooling & testing

  • Vite — https://vite.dev/
  • Vitest — https://vitest.dev/
  • Testing Library — https://testing-library.com/
  • Playwright — https://playwright.dev/