Skip to content

shapkarin/imba-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Yury Shapkarin
Aug 7, 2019
432865e · Aug 7, 2019

History

79 Commits
Dec 12, 2018
Nov 26, 2018
Nov 29, 2018
Nov 27, 2018
Nov 27, 2018
Dec 12, 2018
Aug 7, 2019

Repository files navigation

Imba TodoMVC Example

if ruby and react had an indentation-based child, what would it look like? Imba is a new programming language for the web that compiles to performant and readable JavaScript. It has language level support for defining, extending subclassing, instantiating and rendering dom nodes. Declarative views are compiled to a memoized dom, which is an order of magnitude faster than todays virtual dom implementations.

imba.io

Learning Imba

Docs

Lessons

Running

npm i
webpack
#or
npx webpack 

If you have other helpful links to share, or find any of the links above no longer work, please let us know.

Credit

This TodoMVC application was created by Yury Shapkarin.