|
|
|
|
|
by 1_player
2541 days ago
|
|
I've recently adopted two libraries for my server-side backend app: 1. unpoly to handle common JS behaviours (such as show this div when this checkbox is selected) 2. Web components to handle more complex pieces of UI while maintaining compatibility with LiveView: rendering a functional jQuery carousel via LiveView/Websockets is much harder than just pushing a <carousel> element through the socket. Admittedly I haven't tested if the DOM diffing library LiveView uses plays nice with web components. |
|