Skip to content

chamerling/react-recoil-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recoil + Deno POC

This is a POC using recoiljs and Deno with Server Sent Events showing how easy it is to manage list of users online status.

Usage

Backend

You just have to install Deno and run the server like

deno run --allow-net --allow-read --watch ./backend/index.ts

It will start the backend on port 8888. You can change the port in the ./backend/.env file.

Frontend

  1. Install dependencies (first time only)
yarn install
  1. Run
yarn start

It will start the development server onand serve the React app on http://localhost:3000.

About

Playing with React, recoil, Deno and SSE

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published