Javascript to Elm

24: Adding Elm

Informações:

Sinopsis

  Recapping our app We talked a little bit about our app last week, mostly I think we highlighted the backend stack. S3, Lambda functions, DynamoDB blah blah blah. Haven’t added Redux at this point. We’ve got a handle full of containers or smart components that have their own state management. Yeah Yeah Yeah, best I could scramble together in a week, ok? But that gives a unique opportunity. Evan makes a point in Elm at work: Fix a Problem Adding Elm to any project will produce 2 results: “You know that code that was totally fine? It is different now.” OR “You know that crazy code that everyone fears touching? It is simpler now and I resolved some bugs.” So the idea in recapping our app is to hopefully bubble up some of these “opportunities” No offline usage, we had specifically listed this in our beginning features with the release of iOS 11.3 beta that has service workers. I know know, Android for like 2 plus years. All auth is done through aws incognito, so we don’t really have to worry to much about