-
Russian translation is started https://github.com/kfreiman/riot.github.io.
Помощь приветствуется!
- [x] Common layouts and includes
- [x] index.md
- [x] forum.md
- [x] faq.md
- [x] download.md
- [x] …
-
The html renders correctly to the page, but the life cycle events are not emitting correctly.
1. the `` is hidden at start, so its mount event shouldn't run.
2. the mount event should be triggered whe…
luffs updated
8 years ago
-
Hi Ramitos, great you got it working, but what I was wondering: wouldn't it be easier to use one of the smaller react alternatives, like for example http://riotjs.com/?
-
There has been a lot of discussion lately about virtual-dom (https://github.com/Matt-Esch/virtual-dom/wiki, http://futurice.com/blog/reactive-mvc-and-the-virtual-dom/), so I was wondering: will it be …
-
The riot compiler doesn't show any output when it runs into an error in a tag file... Any idea how I can see the errors it runs into when it fails to compile tags?
-
Form values stop to propagate update
http://plnkr.co/edit/QsefII?p=preview
Am I doing something wrong?
-
in `React`
``` js
componentDidUpdate(prevProps, prevState){
}
```
How can I do the some thing in riotjs?
-
I have this setup for riot routing -
var router = function(page,id) {
function change_page(current_page){
RiotControl.trigger('page_changed', current_page, xmenu.last_page)
xmenu…
-
https://plnkr.co/edit/NIhZsohAsCyhnykGeTvI?p=preview
When you click on the new (+) button, the input is emptied. If you fill in some random value and then click new (+) again, the value is not update…
ghost updated
8 years ago
-
I have some code like the following.
http://jsfiddle.net/58bxkuca/6/
The first time Riot loads this, it updates and seems to set the value of the input correctly to cat or whatever. Although I don't…