MarshallCB/uline

Passing functions and JS objects

MarshallCB opened this issue · 0 comments

  • For passing functions as parameters to components
  • One option is just to force browser-side rendering for anything that requires passing functions to components
  • Another option is to render a <script> tag with the function / object with a unique identifier that will be recognized by the saturation script. On saturation, attach data from <script> to the element