Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions examples/riotjs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,24 @@

> Riot is against the current trend of boilerplate and unneeded complexity. The team think that a small, powerful API and concise syntax are extremely important things on a client-side library.

> _[Riot.js - riotjs.com](http://riotjs.com/)_

> _[Riot.js - riot.js.org](http://riot.js.org/)_

## Resources

- [Website](http://riotjs.com/)
- [Documentation](http://riotjs.com/guide/)
- [FAQ](http://riotjs.com/faq/)
- [Website](http://riot.js.org/)
- [Documentation](http://riot.js.org/guide/)
- [FAQ](http://riot.js.org/faq/)

### Articles

- [Compare Riot with React and Polymer](http://riotjs.com/compare/)
- [Compare Riot with React and Polymer](http://riot.js.org/compare/)
- [The react tutorial for riot](https://juriansluiman.nl/article/154/the-react-tutorial-for-riot)

### Support

- [Gitter chat room](https://gitter.im/riot/riot)

*Let us [know](https://github.com/tastejs/todomvc/issues) if you discover anything worth sharing.*

_Let us [know](https://github.com/tastejs/todomvc/issues) if you discover anything worth sharing._

## Implementation

Expand All @@ -33,7 +31,6 @@ This example is using compiler on the page to compile the tag file (`js/todo.htm

This example is following TodoMVC's [coding style](https://github.com/tastejs/todomvc/blob/master/codestyle.md), however officially Riot recommends a [different coding style](https://github.com/riot/riot/blob/master/CONTRIBUTING.md), FYI.


## Credit

Created by [Tianxiang Chen](https://github.com/txchen)