#spa
Read more stories on Hashnode
Articles with this tag
Part 5: Persisting session data to localStorage We are going to save the session (the token) to the localStorage so on app startup, if it exists, the...
Part 4: Adding Login and Register pages We are going to add a Login and Register pages to the app. Series Part 1 - Elixir App creation Part 2 - Adds...
Part 3: Elm App creation and Routing setup Now we're going to create the Elm application. We're going to use the fantastic create-elm-app because it...
Part 2: Adding Guardian Authentication Now we're going to add authentication to our app. As this is going to be a JSON REST API we are going to use a...
Part 1: Elixir App creation I am going to create a demo app with an Elixir API on the backend and a separated Elm SPA on the frontend. The app will be...