#javascript #typescript #phoenix_framework #phoenix #elixir
How to add a js frontend to an api-only phoenix app
https://medium.com/@tommyblue/how-to-add-a-js-frontend-to-an-api-only-phoenix-app-354f71179ef6
How to add a js frontend to an api-only phoenix app
https://medium.com/@tommyblue/how-to-add-a-js-frontend-to-an-api-only-phoenix-app-354f71179ef6
Medium
How to add a JS frontend to an API-only Phoenix app
If you generated a Phoenix app with the --no-brunch option you probably needed an API backend app.
#javascript #typescript #elixir #store
Frontend store with the state on the elixir backend.
https://dev.to/nerdslabs/frontend-store-with-the-state-on-the-elixir-backend-551e
Frontend store with the state on the elixir backend.
https://dev.to/nerdslabs/frontend-store-with-the-state-on-the-elixir-backend-551e
DEV Community
Frontend store with the state on the elixir backend.
Frontend store with the state on the backend. You are able to mutate store state from the frontend and also from the backend. Whole communication going through WebSocket.
#elixir #typescript #react
Elixir phoenix with typescript and react – december 2019 edition
https://dev.to/aisrael/elixir-phoenix-with-typescript-and-react-december-2019-edition-39l4
Elixir phoenix with typescript and react – december 2019 edition
https://dev.to/aisrael/elixir-phoenix-with-typescript-and-react-december-2019-edition-39l4
DEV Community
Elixir Phoenix with Typescript and React – December 2019 Edition
"Great", you might say, "yet another article on how to set up Elixir, Phoenix and React!" I myself h...