nuvoleweb / ui_patterns

[NOTE] Development has moved to https://drupal.org/project/ui_patterns
https://drupal.org/project/ui_patterns
GNU General Public License v2.0
85 stars 56 forks source link

how to make compatible with react vue and angular? #272

Closed laurencefass closed 4 years ago

laurencefass commented 5 years ago

Up to now I've been working with primarily jquery to create components.

More recently I've been learning js frameworks and it seems that i have potential to use ui_patterns framework to deliver standalone components using leading JS frameworks. Are there any conflicts that will arise in doing so. Is ui_patterns configurable to avoid conflicts between the render formats of client and ui_patterns interpreters. I think there may be some issues around shared use of {...} braces and there may be other issues I am not yet aware of.

I'm raising this in the hope that you may have greater insight into how this can be achieved to move beyond jquery for rendering components.

laurencefass commented 5 years ago

I realise after submitted issue that i only need twig to render my js component in twig, pass in the params through the twig file, and hand everything over to js. issue closed i think. thanks