surface-ui / surface

A server-side rendering component library for Phoenix
https://surface-ui.org
MIT License
2.08k stars 150 forks source link

Remove compile time dependency on root prop name #648

Closed tiagoefmoraes closed 2 years ago

tiagoefmoraes commented 2 years ago

Using :__root__ as a temporary name to find the prop at runtime

Also lowers the compile time dependency to :context_get and :generator types.