Miguel Cobá
Miguel Cobá

Miguel Cobá

Follow
homeDeploying ElixirElixir TelemetryBooksPodcasts and Meetups
Tag

spa

#spa

More content

Read more stories on Hashnode


Articles with this tag

Elixir API and Elm SPA - Part 5

Jun 29, 201812 min read 160 views

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...

Elixir API and Elm SPA - Part 5

Elixir API and Elm SPA - Part 4

Jun 24, 201815 min read 114 views

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...

Elixir API and Elm SPA - Part 4

Elixir API and Elm SPA - Part 3

Jun 18, 201810 min read 103 views

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...

Elixir API and Elm SPA - Part 3

Elixir API and Elm SPA - Part 2

Jun 16, 201811 min read 179 views

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...

Elixir API and Elm SPA - Part 2

Elixir API and Elm SPA - Part 1

Jun 12, 20185 min read 230 views

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...

Elixir API and Elm SPA - Part 1