Questions tagged [riot.js]

Riot is a React-like user interface micro-library. Incredibly fast, powerful yet tiny client side (MV*) library for building large scale web applications.

About

Despite the small size all the building blocks are there: a template engine, router, event library and a strict MVP pattern to keep things organized. On a finished application your views are automatically updated when the underlying model changes.

Current frameworks base their existence on following assumptions:

There's a big mass of common problems
MVC (or MVP) requires a framework
jQuery leads to spaghetti

Riot will teach you that none of the above is true. Client applications can be faster, simpler and smaller. They could be maintained with less people, less knowledge, and less worries.

Riot is a manifesto for vanilla JavaScript and jQuery.

Links

221 questions
0
votes
1 answer

How can I send event for all mounted tags?

riot.js 2.2 By guides on official site of riot.js I have to call something like tag.trigger('event_name') where the tag is the instance of certain listener. But what must i do to trigger event for all tags? Has riot.js any implementation for this…
d0as8
  • 37
  • 1
  • 8
0
votes
3 answers

Why does riot.js break css?

In order to learn riot.js I started from well-known bootstrap navbar example. Then I added my custom tag using riot.js: