You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought about it and there are at least two challenges:
How to call it. Subexpressions aren't scoped in any way. I think calling it component clashes with the component helper
How to specify the direction of each property. Mind, we can rename things, e.g. from -> outwards, but even with that it's hard to make it so that the syntax is easy to remember and when read aloud forms a somewhat grammatically correct sentence.
The text was updated successfully, but these errors were encountered:
In the talk Stefan (@iStefo) came up with the idea of doing something similar as is done in the
link-to
helper.Example:
I thought about it and there are at least two challenges:
component
clashes with thecomponent
helperfrom
->outwards
, but even with that it's hard to make it so that the syntax is easy to remember and when read aloud forms a somewhat grammatically correct sentence.The text was updated successfully, but these errors were encountered: