Last active
November 22, 2017 19:14
-
-
Save alexlafroscia/2437daf7f5d90169e1685c0170e987db to your computer and use it in GitHub Desktop.
How would you pretty-print an HBS file? Here are some examples of cases that aren't quite cut-and-dry
And yet another thing to think about: Ember will be switching to PascalCase
for component names, a la React
This is (somewhat) similar to JSX but is really still Handlebars. Just another thing to think about since components in that form will also (eventually) need support. I can't find a link to anything referencing this at the moment, but I know this change was made to Glimmer and will eventually come to Ember once it can interoperate with Glimmer components.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Another thing to think about: the "named block RFC" will add new syntax that doesn't currently exist in Ember,, but should be accounted for (eventually)
https://github.com/emberjs/rfcs/blob/master/text/0226-named-blocks.md