mickdelaney / relay-recoil-post

code for post on relay & recoil with react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

relay & recoil sample application

This sample shows off some features of relay & recoil in a react single page app.

What's inside?

This Turborepo includes the following packages and apps:

Apps and Packages

  • web: a Vite single page app
  • logger: isomorphic logger (a small wrapper around console.log)
  • ui: a dummy React UI library (which contains a single <CounterButton> component)
  • scripts: Jest and eslint configurations
  • tsconfig: tsconfig.json;s used throughout the monorepo

Each package and app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

About

code for post on relay & recoil with react


Languages

Language:TypeScript 84.0%Language:JavaScript 12.6%Language:CSS 1.8%Language:HTML 1.6%