I want to implement this jquery library https://github.com/meshesha/PPTXjs/ with the liveviews as I want to upload and manipulate existing .pptx files and I couldn’t find any library in JS or elixir that can do so.
I can’t figure out what is the phoenix - elixir way to implement jquery with liveviews. Need some guidance.
You’ll need a phx-update="ignore" attribute on the root element of the section of the DOM that the library will manipulate.
There are various blogs on the subject of hooks which might be easier to follow than the docs. You could check the todo_trek repo on GitHub for an example too.