• Stars
    star
    106
  • Rank 325,871 (Top 7 %)
  • Language
    JavaScript
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Redux todoMVC, used to do some benchmarking

TodoMVC Benchmarking

Used for benchmarking and comparing performance of Mobx and Redux (see also https://github.com/mweststrate/mobx-todomvc).

See the discussion around: https://twitter.com/mweststrate/status/718444275239882753

Running:

  • npm install
  • npm start

Profiling:

  • npm install
  • npm run build
  • Open index.html

Profiling is done by using the chrome developers tool, profiles > collect CPU profile > record > change todo items > stop recording > Chart view > Take the average of the "Total Time" of the different stacks you see. Skip the first one as that one is usually slower (probably JIT initialization and such)

More Repositories

1

relative-deps

Installs local dependencies for optimal developer experience
JavaScript
428
star
2

use-st8

Single-function alternative for React.useState
TypeScript
229
star
3

import-size

Measure the real, minified, tree-shaken impact of individual imports into your app
JavaScript
123
star
4

state-routing-blog-sources

JavaScript
88
star
5

remmi

Nothing to see here. Go away
TypeScript
86
star
6

rval

minimalistic transparent reactive programming library
TypeScript
85
star
7

react-mobx-shop

71
star
8

mst-course

Lesson sources for "Manage Application State with Mobx-state-tree" course
JavaScript
62
star
9

nscript

Write shell scripts like a bearded guru by unleashing your javascript skills!
JavaScript
60
star
10

mobx-todomvc

Trimmed down TodoMVC used for benchmarking
JavaScript
45
star
11

ts-npm-lint

Utility to help you to create typescript based npm modules. Can also strip reference paths.
JavaScript
38
star
12

willing-people

People you might want to ask instead of me
19
star
13

immer-gifts

Example accompanying the Immer course on egghead
JavaScript
19
star
14

react-next-2017-demo

JavaScript
10
star
15

miniup

Light-weight easy-to-use PEG parser with some toppings!
TypeScript
8
star
16

flipper-data-source-demo

TypeScript
6
star
17

NOA

A reflective data and calculating model for javascript
TypeScript
4
star
18

reactive2016-slides

The Quest For Immer Mutable State Management
HTML
4
star
19

math-tester

For my kids
TypeScript
4
star
20

mxgit

[unmaintained] Small tool that helps versioning Mendix projects with git.
JavaScript
4
star
21

react-ts-conversion-exercise

JavaScript
4
star
22

magix-mobx-slides

Slides from RuhrJS 2016 "Magic MobX" presentation
JavaScript
2
star
23

currencies-demo

JavaScript
2
star
24

clutility

The minimalistic class and inheritance utility for javascript.
JavaScript
2
star
25

flowmachine

TypeScript
1
star
26

reactjsday2017-presentation

HTML
1
star
27

react-next-2017-slides

HTML
1
star
28

reatjsday2017-demo

JavaScript
1
star