Qwerty

Qwerty

Phoenix Framework Uses

Hello! I am new to the Elixir language and general eco-system and am in general a pretty new dev to everything related to web-dev, I wanted to create a project using Phoenix yet was wondering if Phoenix was back-end only or if it also dealt with front-end UI stuff. This is a very broad question that applies to pretty much every SSR project under the sun but in general what does the MVC outline? Thank you! :smiley:

Most Liked

dimitarvp

dimitarvp

Phoenix can make sure your project is serving JS files to the browser so it can be used for a big variety of projects, single-page-applications included (though that’s not a good fit for it).

It can also be setup to use various JS builders/runners/transformers like webpack, esbuild and others.

AstonJ

AstonJ

Phoenix is a real-time web framework that also features leading cutting edge technology like LiveView :003:

There are some hints in that description - real-time (where you can push updates in near enough real time to everyone connected) and LiveView (see vid above) :smiley:

If you’re still not quite sure what all that is, an alternative question might be to summarise what kind of apps you want to build and ask whether Phoenix might be a good fit for you :blush:

Where Next?

Popular in Questions Top

JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
vonH
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
Emily
I have VueJS GUIs with the project generated using Webpack. I have Elixir modules that will need to be used by the VueJS GUIs. I forese...
New
Lily
In templates/appointment/index.html.eex: <%= for appointment <- @appointments do %> <tr> <td><%= appoi...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New

Other popular topics Top

baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 44167 214
New

We're in Beta

About us Mission Statement