TehShrike/abstract-state-router

Server-side rendering

TehShrike opened this issue · 3 comments

  • ability to load resolve data from a global instead of fetching the data remotely (pull request #49)
  • ability to get the resolve data from a state transition
  • another module to wrap renderers and collect the domApis
  • another module to add click handlers to every hash link in the dom, that could be easily composed with state change success events
  • document all of the above, replacing the "server-side rendering" section in the readme

Pull requests accomplishing any of the above bits should be opened against the server-side-rendering branch.

Oooh, fancy!

One down!

I created a new server-side-rendering branch where we can work on this without releasing bits piecemeal into master.