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.
- Host: GitHub
- URL: https://github.com/shapkarin/imba-todo
- Owner: shapkarin
- Created: 2018-11-19T23:56:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T17:58:49.000Z (about 6 years ago)
- Last Synced: 2025-01-10T09:54:32.930Z (10 months ago)
- Topics: imba, javascript, todomvc
- Language: CSS
- Homepage: https://shapkarin.github.io/imba-todo
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).