Elm at Scale: More Surprises, More Pain Points

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 25

  • @samuelvishesh
    @samuelvishesh Рік тому +4

    Are you guys still using Elm?

    • @KevinNYank
      @KevinNYank  Рік тому +2

      Not for anything new, but we still have a couple of active Elm codebases. See my blog post: kevinyank.com/posts/on-endings-why-how-we-retired-elm-at-culture-amp/

    • @coder_one
      @coder_one Рік тому

      @@KevinNYank for what reasons did you stop using Elm in new projects? Are you able to sum it up overall from the perspective of so many years?
      I'm starting to learn Elm and I'm a bit worried about whether it's a COBOL-style learning venture

    • @KevinNYank
      @KevinNYank  Рік тому +1

      @@coder_one I certainly can! kevinyank.com/posts/on-endings-why-how-we-retired-elm-at-culture-amp/

  • @windar2390
    @windar2390 4 роки тому +20

    It's been over a year and I'm really curious how it's been going with ELM.
    Did you find any pain points besides the "DOM is off-limits" you couldn't solve?

  • @ericka.montanez6821
    @ericka.montanez6821 6 років тому +17

    This is gold.

  • @ramstein74
    @ramstein74 6 років тому +5

    Great video and explanation. This is better than going to the oficial website.

  • @MBJ2323
    @MBJ2323 5 років тому

    Thanks for both videos, it's always good to have reliable reviews from people using it in production!

  • @Joy-om2iu
    @Joy-om2iu 4 роки тому

    Pricey as a gem! This is a MUST watch! Thank you for sharing your experience.

  • @StephenTurley
    @StephenTurley 4 роки тому

    I'm really looking forward to your 0.19 Suprises and Pain Points. I think this is a great format.

  • @solvm1652
    @solvm1652 5 років тому +8

    I love this series! How about elixir as well? What has that revealed?

  • @joaopereira1219
    @joaopereira1219 5 років тому +1

    Awesome videos, looking forward for a follow up that takes the 0.19 version into account

  • @BerenddeBoer
    @BerenddeBoer 4 роки тому +6

    It's odd to see Elm is like X, when in reality Elm was the inspiration for X.

  • @andynicholson7944
    @andynicholson7944 5 років тому

    Great presentation, thanks Kevin!
    PS. What mic do you use to record?

  • @simonkraus7533
    @simonkraus7533 6 років тому +1

    Dont you know how many items there are that you want to show and can't you just calculate 16*px_per_item to get the pixel value?

  • @LourensRolograaf
    @LourensRolograaf 6 років тому +1

    Did you change over all lecacy to .19 and if so, how does the compiler perform now? And is your compiled JS seriously smaller?

    • @LourensRolograaf
      @LourensRolograaf 5 років тому

      @@KevinNYank it must be really great not to have to go through upgrading a large codebase very frequently, and if your worst pain points are being tackled in the upgrade, instead of the common featuritis with only unwanted bulk of new options?

    • @YakovL
      @YakovL 5 років тому

      @@KevinNYank cool! Looking forward to hearing how it goes for you. You also mentioned that 0.19 was planned to have those code splitting, tree shaking and other stuff implemented. Looks (elm-lang.org/blog/small-assets-without-the-headache) like you're right about only dead code elimination/tree shaking actually got implemented, which is still quite an improvement.

    • @smackmybiatch
      @smackmybiatch 4 роки тому

      @@KevinNYank how about now?

  • @danzmachinz2269
    @danzmachinz2269 5 років тому

    More on webcomponents and jwts please. Thanks

  • @dmitryplatonov
    @dmitryplatonov 5 років тому +2

    Did you ever thought about switching to Purescript?

    • @dmitryplatonov
      @dmitryplatonov 5 років тому +4

      @@KevinNYank I had hello world example working in 30 min (opposed to 5 min in Elm), that is using Hedwig, which is very similar to Elm architecture. After my initial excitement over Elm, I found two major problems with Elm: 1) single person controls language and libraries 2) type system is limiting. You probably you felt (1) with 0.19, which killed custom operators and native modules. (2), among others, leads to non-existence of typeclasses, and because of that user-defined types cannot be used as keys in dicts. Lack of typeclasses leads to problems with code reuse and boilerplate. As for initial setup - it is done once in a project, so it's not a concern for longer projects. As general framework (not webapp-specific) it can be adopted to server-side rendering, and also some code sharing is possible between front and back. Elm is wonderfull tech, and easy to get into, but in some ways limiting - which would not be a problem if creator would not enforce his vision on all users.

  • @morthim
    @morthim 4 роки тому

    i am impressed

  • @guidyouguy7306
    @guidyouguy7306 6 років тому +1

    Very nice