ElixirConf 2015 - Phoenix with Elm by Alan Gardner

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024
  • Phoenix is the new hotness. Elm is the new hotness. Let's turn up the heat by combining the two for fun and profit.
    The Phoenix web framework is a great tool for building data APIs. The Elm language is a great way to write declarative, strongly-typed, reactive front end applications that compile down to JavaScript. By creating our front end in Elm and serving it data via the Phoenix API, we can forge a powerful alliance that leads to more robust applications that are much easier to reason about.
    In this talk we will:
    Create a simple Elm client app to demonstrate its Model-View-Update architecture
    Enhance our Elm client by getting it to retrieve data from an API
    Build a simple Phoenix data API to serve data to our Elm client
    Swap our Elm client to use our newly generated Phoenix API
    Discuss several ways that Phoenix and Elm can play together
    Turn the dials up to 11 by combining Elm's Functional Reactive goodness with Phoenix's channels.
    Help us caption & translate this video!
    amara.org/v/HOXU/

ความคิดเห็น • 4

  • @ramstein74
    @ramstein74 8 ปีที่แล้ว +4

    Nice.. loving elm so far...

  • @zurvey
    @zurvey 9 ปีที่แล้ว +2

    Thank you for your presentation. I wonder if you would consider using the mouse on the laptop as a pointer the next time, that way we who watch via TH-cam will be able to see what you are pointing at as well. Cheers.

  • @JonathanGonzalez-mx5bp
    @JonathanGonzalez-mx5bp 8 ปีที่แล้ว +1

    This is beautiful, Thank You I will use this Stack for My new Project.

  • @sunsunych
    @sunsunych 8 ปีที่แล้ว

    Thank you for presentation. It was very clear and interesting to watch. I've learned a lot from it.