📄️ Security Topics
Here are some security topics to consider when using LiveViewJS.
📄️ Live Components
We've mostly been talking about LiveViews, but LiveViewJS also supports LiveComponents. Live Components are a way to create self-contained, stateful and stateless components that are reusable across multiple LiveViews. Live Components are a great way to break up your LiveView into smaller, reusable, more manageable pieces.
📄️ Statics and Dynamics
It is helpful to understand why and how LiveViewJS takes a HTML template and breaks it into static and dynamic parts.