Artwork

Content provided by Jesse Tomchak. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Jesse Tomchak or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!

52: Gonna Make it

19:59
 
Share
 

Archived series ("Inactive feed" status)

When? This feed was archived on October 04, 2020 13:08 (3+ y ago). Last successful fetch was on January 04, 2020 14:08 (4+ y ago)

Why? Inactive feed status. Our servers were unable to retrieve a valid podcast feed for a sustained period.

What now? You might be able to find a more up-to-date version using the search function. This series will no longer be checked for updates. If you believe this to be in error, please check if the publisher's feed link below is valid and contact support to request the feed be restored or if you have any other concerns about this.

Manage episode 217593267 series 1531971
Content provided by Jesse Tomchak. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Jesse Tomchak or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Getting Through the routing
  • Elm wasn’t updating when the URL changed.

    • Probably bc we weren’t telling elm, only the react router. D’oh
  • Elm Navigation helper function newUrl and modifyUrl

    • newUrl takes a string and returns a Cmd
    • only changes url currently on, does not all to the browser history, ?
    • man, gotta learn a little more about browser API’s. So much of my time up til now has been reliant on the JS Framework to abstract those away. Not a bad thing, just never learned the core functionality that I was using.
  • New Note and Existing note both launch to the right page!!! We are, in a funny way, right back where we started.
  • Man we are in the deeps of Elm. This is fun.
  • Getting note data by id

    • Outing going data with note id as part of the request
    • Done lots of these
    • We’ll need to request it when the URL matches the “note” rough
    • Ah, where to make this request?
    • Probably best in the update where we are getting the UrlChange ? yeah.
    • We can pattern match on if it’s the ‘Note’ route and then call that cmd there ? cool.
    • Then some incoming data to populate the view.
    • Type trickery
    • how do you take a type that takes a variable type of arguments
    • collapse all those parameters
Resources Follow

  continue reading

91 episodes

Artwork

52: Gonna Make it

Javascript to Elm

73 subscribers

published

iconShare
 

Archived series ("Inactive feed" status)

When? This feed was archived on October 04, 2020 13:08 (3+ y ago). Last successful fetch was on January 04, 2020 14:08 (4+ y ago)

Why? Inactive feed status. Our servers were unable to retrieve a valid podcast feed for a sustained period.

What now? You might be able to find a more up-to-date version using the search function. This series will no longer be checked for updates. If you believe this to be in error, please check if the publisher's feed link below is valid and contact support to request the feed be restored or if you have any other concerns about this.

Manage episode 217593267 series 1531971
Content provided by Jesse Tomchak. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Jesse Tomchak or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Getting Through the routing
  • Elm wasn’t updating when the URL changed.

    • Probably bc we weren’t telling elm, only the react router. D’oh
  • Elm Navigation helper function newUrl and modifyUrl

    • newUrl takes a string and returns a Cmd
    • only changes url currently on, does not all to the browser history, ?
    • man, gotta learn a little more about browser API’s. So much of my time up til now has been reliant on the JS Framework to abstract those away. Not a bad thing, just never learned the core functionality that I was using.
  • New Note and Existing note both launch to the right page!!! We are, in a funny way, right back where we started.
  • Man we are in the deeps of Elm. This is fun.
  • Getting note data by id

    • Outing going data with note id as part of the request
    • Done lots of these
    • We’ll need to request it when the URL matches the “note” rough
    • Ah, where to make this request?
    • Probably best in the update where we are getting the UrlChange ? yeah.
    • We can pattern match on if it’s the ‘Note’ route and then call that cmd there ? cool.
    • Then some incoming data to populate the view.
    • Type trickery
    • how do you take a type that takes a variable type of arguments
    • collapse all those parameters
Resources Follow

  continue reading

91 episodes

All episodes

×
 
Loading …

Welcome to Player FM!

Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.

 

Quick Reference Guide