Skip to content

๐Ÿ“Š Benchmark Costro vs. React, Vue, Svelte and Preact

Notifications You must be signed in to change notification settings

costrojs/benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

88 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Benchmarks

Benchmark between Costro and other frameworks (React, Preact, Vue, Svelte).

The example creates a single web application with a router.

Here is the size of the non-gzipped bundles in production mode (Node.js> 12, Browserlist: latest version of Chrome).

  • Costro: 11 KB
  • Preact: 22 KB
  • Svelte: 35 KB
  • Vue: 89 KB
  • React: 142 KB

Note: Costro natively includes Store management while other frameworks may require an additional dependency (e.g. Redux) which would further increase the size of the bundle.