Skip to content

unlight/react-typescript-realworld-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f9b4756 · Jan 1, 2023

History

57 Commits
Nov 3, 2022
Nov 4, 2022
Sep 3, 2021
Nov 4, 2022
Sep 13, 2022
Nov 4, 2022
Jul 12, 2021
Sep 3, 2021
Jan 1, 2023
Jan 1, 2023
Sep 3, 2021
Sep 14, 2022
Jan 31, 2022
Aug 28, 2022
Sep 13, 2022

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

Releases

No releases published

Packages

No packages published