Skip to content

unlight/react-typescript-realworld-example-app

Repository files navigation

RealWorld Example App

React/Recoil/TypeScript codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with React/Recoil/TypeScript including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the React/Recoil/TypeScript community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

Stack

  • TypeScript
  • React
  • Recoil
  • Vite
  • ESLint

How it works

Layers:

  • App (Pages) -> Application <- (via interface) <- API (Services, Infrastructure)
  • Common: UI

Architecture notes

  • src/components: reusable ui components

Getting started

npm ci
npm run dev

Resources

Todo

Users