Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

peterbe/function-or-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Function or Component

DEMO and BENCHMARK: https://www.peterbe.com/plog/component-or-function-in-react

A demo app to test the performance of rendering React components in different ways.

SUPER duper experimental and rough still.

Run

First clone this repo and cd into it

$ yarn start

Open http://localhost:3000

To run in production mode:

$ yarn global add serve
$ yarn build
$ serve -s build

Open http://localhost:5000

About

A good description will hopefully come some day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published