|
|
|
|
|
by aezell
408 days ago
|
|
I had the opposite experience coming from Django/Flask to Elixir/Phoenix. I found it very comfortable and that there were many similar patterns at the framework level. Now, LiveView is a bit of a different story but basic Phoenix routing and views seem quite similar to Django routing and views. Ecto's model schemas have a decent amount of overlap with Django's model objects. Was it the LiveView stuff that felt foreign? I'd agree there's a learning curve there as someone coming from Django. |
|