Request: riotjs

Riot + Meteor would be super awesome. Riot components are put into “tag” files which should be compiled. There are many instructions on how to do this for Webpack, SystemJS, etc. but I’m not sure how to get it working with Meteor 1.3. Basically, “tag” files in the import directory should be first handed to riot to be compiled.

Example:

I might be able to manage the integration myself; any who can point the way to best do this, I’d appreciate it!

:slight_smile:

2 Likes

There’s a discussion here: Riot.js with Meteor

and integration package: https://atmospherejs.com/baysao/riotjs

Thanks, yeah I saw that but the issue is that doesn’t seem to work with files place in the /imports/* directory, its /imports/ui/components/demo.tag wont work.

RiotJS works great with Redux so wherever Meteor-Redux works with React it should work with RiotJS as well.

In case anyone is interested, here is a great tutorial.