Skip to content

feature: bind-attributes with id + @id

Jean-Baptiste Pasquier requested to merge feature/bind-attributes-id into master

Improves !71 (merged)

  • Prettify file
  • Allow "id" instead of "@id", like the "store://..." writing of the core
  • Avoid calling the proxy when (@)id is required, directly serve it from the router

I still request the resource from the store, because the necessity of a sync function here. I can add few more core to handle both case, but it'll add more loops to check attributes before render them.

Merge request reports