It'd be cool if new-work supported sites rendered on the client-side. I tried to add Dan Holdsworth's site to my list, but since it's rendered on the client with Angular, newwork can't detect any changes.
Some ideas on ways to handle this:
- Execute the client scripts before fetching the URL (I imagine this could get pretty messy)
- Allow defining a "source" URL that's different from the site URL. His site uses a JSON API to fetch the content (this won't work for every client-rendered site)
It'd be cool if
new-worksupported sites rendered on the client-side. I tried to add Dan Holdsworth's site to my list, but since it's rendered on the client with Angular,newworkcan't detect any changes.Some ideas on ways to handle this: