All Projects → joshburgess → inferno-game-kit

joshburgess / inferno-game-kit

Licence: MIT license
A fork of react-game-kit using Inferno instead of React. 255kb → 65kb, -40% CPU time, -25% memory

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

inferno-game-kit

A fork of react-game-kit using Inferno (1.0.0-beta1) instead of React.

alt text

This is just a fork of react-game-kit where React has been aliased as Inferno.

Simply by swapping out React for Inferno, the following was achieved:

  • 255kb → 65kb
  • -40% CPU time
  • -25% memory

Instructions:

git clone https://github.com/joshburgess/inferno-game-kit
cd inferno-game-kit
npm i
npm start

Then, open localhost:3000 in your browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].