ikki
ikki copied to clipboard
Does HTML router support Riot server side rendering?
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?
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.
@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 Thank you. I’m looking forward to it!