How to Install Alpine.Js in a Phoenix app in 3 Minutes

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2022
  • Alpine.js is a small javascript framework that helps you create small but highly dynamic interactions in your web applications. I'll take you through a simple way of installing Alpine.js inside a Phoenix application.
    ===
    💻 Have a question about software development? Write a comment and we will answer your question in an upcoming Software Sophistication Q&A show.
    🔥 I’ve built an expert team at Or Equals that will revitalize your codebase. Use our experience in Elixir and Phoenix LiveView consulting so you can get back to focusing on the business. Schedule a meeting with me, and let’s chat 👉 OrEquals.com
    #alpinejs #liveview #phoenix #alpine #elixir #software #softwaredevelopment
  • НаукаНаука

Комментарии • 9

  • @danimusbar
    @danimusbar Год назад

    Tks for sharing..

  • @danimusbar
    @danimusbar Год назад +2

    I hope the next tutor is a about how to deploy into digital ocean VPS then make CI CD using GitHub Action or Jenkins

    • @liveviewmastery
      @liveviewmastery  Год назад +3

      I’ve got a few ideas lined up, but I’ll definitely add these to my list!

    • @liveviewmastery
      @liveviewmastery  Год назад

      Github Actions video is up!

    • @liveviewmastery
      @liveviewmastery  6 месяцев назад

      The deployment to Digital Ocean video dropped today finally.

  • @abessesmahi4888
    @abessesmahi4888 Год назад

    @LiveView Mastery
    Is it secure to use AlpineJS in production website? because some folks in Phoenix community are concerned about this issue. could you in lightning us to resolve this issue.
    Thank you so much sir for your efforts.

    • @liveviewmastery
      @liveviewmastery  Год назад +2

      Hey Abesse, based on my research, it seems that the primary issue regarding security has to do with CSP or the (Content Security Policy). Alpine has a specific build for alleviating this issue: alpinejs.dev/advanced/csp
      Other than that, based on what I know, I believe AlpineJS to be ready for production. I'm not a web security expert though.

  • @MatthiasToepp
    @MatthiasToepp 7 месяцев назад

    The code was a little small for me, making it hard to see.

    • @liveviewmastery
      @liveviewmastery  6 месяцев назад +1

      Ok, I will make sure to make the text editor bigger in future videos. Thank you!