An open API service indexing awesome lists of open source software.

https://github.com/shapkarin/imba-todo

TodoMVC app with http://imba.io lang.
https://github.com/shapkarin/imba-todo

imba javascript todomvc

Last synced: 8 months ago
JSON representation

TodoMVC app with http://imba.io lang.

Awesome Lists containing this project

README

          

# 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](http://imba.io/guides/advanced/performance#performance), which is an order of [magnitude faster](https://somebee.github.io/dom-reconciler-bench/index.html) than todays virtual dom implementations.

[imba.io](http://imba.io)

## Learning Imba

[Docs](http://imba.io/guides/essentials/introduction)

[Lessons](https://scrimba.com)

## 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](https://github.com/tastejs/todomvc/issues)._

## Credit

This TodoMVC application was created by [Yury Shapkarin](http://shapkarin.me).