SMotaal / polyestr-tsx-lit-transform

A TypeScript TSX-to-template-literal transform that builds into the eco-system of Polyestr.
3 stars 0 forks source link

Add support for JSXSpreadAttributes which are not being handled #3

Open SMotaal opened 7 years ago

SMotaal commented 7 years ago

At the moment the idea is to use design-time JSX as a 1-1 substitute for runtime template literals expressions. However, spread attributes can be useful but handling them requires a deeper understanding of use cases where they might be most beneficial.


Please feel free to start the discussion below: