-
I was wondering if this guide is needing a styleguide badge like the riotjs one. I don't think so because this guide is more a guide for a developer instead of a project guide.
But i'd like to hear o…
-
1,建议写个riotjs的插件和脚手架,并写篇文章,放到文档里面
2,建议demo不只有vue等的基本功能,能有全家桶或者是多个常用版本最好.
-
# RIOT JS
_3.13.2_
> React-подобная UI микробиблиотека
> - ПОЛЬЗОВАТЕЛЬСКИЕ ТЕГИ
> - ЧИСТЫЙ СИНТАКСИС
> - ВИРТУАЛЬНЫЙ DOM
> - КОМПАКТНОСТЬ
> https://riot.js.org/v2/ru/
**PRESENTATION…
-
https://github.com/NativeScript/NativeScript/wiki/Why-NativeScript%3F
Has anyone had a look at NativeScript? It uses Javascript to make native apps. They have an angular renderer. Could it play we…
-
Is there any way to add a custom css parser using this loader? For example:
```JavaScript
preLoaders: [
{
test: /\.tag$/,
exclude: /node_modules/,
loader: 'riotj…
-
クライアント側とサーバ側のアーキテクチャを見直したい
## クライアント側の問題点
- なにかと不安定なriotjsをやめたい
- reactかvueがメジャー
- cormojsが使い慣れているのはvue
- mastodonで使われているのはreact
## サーバ側の問題点
- やはり静的型付けのある言語で書きたい
- クライアント側も含めてTypeScript化…
-
Just like react-rails, implement an option to riot_component (or maybe make that the default) to fully render the component on the server-side.
-
Thank you for sharing this style guide
Is there a way to use the .tag.html extension when using the riot.render() method in the server?
Example from http://riotjs.com/guide/#server-side-renderin…
tas12 updated
7 years ago
-
Can we start a Gotchas readme?
**RiotControl .on and .off need to match in your riotjs tags.**
Don't forget to unregister your RiotControl event handlers if you are registering them in your mount.…
-
The idea is that a single jade file generates all the code needed to Meteor. At least the client side.
For example, something like that:
# sample.jade
``` jade
head
title Sample
body
h1 Welcome …