ikki icon indicating copy to clipboard operation
ikki copied to clipboard

Does HTML router support Riot server side rendering?

Open emadurandal opened this issue 10 years ago • 3 comments
trafficstars

I'm excited at ikki! Thank you for the nice toolkit.

BTW, Does HTML router support Riot server side rendering? If It's possible, How can I do this?

emadurandal avatar Sep 04 '15 14:09 emadurandal

Basically yes, because HTML router is just a custom tag. But I haven't test on server-side well. ES6 generator things are a bit peaky, it could be a problem.

cognitom avatar Sep 05 '15 00:09 cognitom

@emadurandal internally HTML router depends on if attributes, so it is still experimental because of https://github.com/riot/riot/issues/1020. I'm waiting this will be fixed in Riot 2.3.0.

And also I'm now working on the official riot-route. After it'll have been done, we could re-implement this in simpler form and make it independent from ikki, I think.

cognitom avatar Sep 05 '15 01:09 cognitom

@cognitom Thank you. I’m looking forward to it!

emadurandal avatar Sep 06 '15 04:09 emadurandal