inertia_phoenix VS real world example app

Compare inertia_phoenix vs real world example app and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
inertia_phoenix real world example app
3 2
79 870
- -
4.4 0.0
8 months ago over 1 year ago
Elixir Elixir
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

inertia_phoenix

Posts with mentions or reviews of inertia_phoenix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-21.
  • Why I selected Elixir and Phoenix as my main stack
    36 projects | dev.to | 21 Jan 2023
    Maintained by Devato
  • What's the best way to use svelte in 2022?
    1 project | /r/sveltejs | 2 May 2022
    yea it was a godsend that fit exactly what I wanted. I don't want to build an API and I don't want nodejs as my backend. It just injects props for me and then I can do all the cool phoenix things like use channels (i make heavy use of websocket backed svelte stores). Here's the plug you'll need in case you haven't found it. https://github.com/devato/inertia_phoenix let me know if any questions as I think this combo is really powerful and would be happy to assist in it's usage.

real world example app

Posts with mentions or reviews of real world example app. We have used some of these posts to build our list of alternatives and similar projects.
  • Phoenix namespacing conventions
    1 project | /r/elixir | 22 Sep 2022
    After that, you're left with everything else in your application, much of which is interrelated on the data level. Using this repo as an example, you find that it has Accounts and then Blog as the primary namespaces (which make sense), which then leaves you with blog.ex which is a file containing a ton of database reading/writing/helper functions for all these different entities in the namespace (this is how the generators will also scaffold things, continuing to pile on the functions). It feel strange to me to have one giant file that forever grows proportional to the size of the namespace with so many concerns. Is it a good idea to split these things out (particularly when the ecto models aren't responsible for database queries in Pheonix) or am I just thinking about this the wrong way??
  • Phoenix
    1 project | /r/elixir | 16 Jan 2021
    Getting Id token - here is some example: https://github.com/gothinkster/elixir-phoenix-realworld-example-app

What are some alternatives?

When comparing inertia_phoenix and real world example app you can also consider the following projects:

airnotifier-moodle-bridge - A replacement API for AirNotifier Moodle Plugin that connects directly to Firebase and other Push Notification Providers

phoenix-liveview-counter-tutorial - 🤯 beginners tutorial building a real time counter in Phoenix 1.7.7 + LiveView 0.19 ⚡️ Learn the fundamentals from first principals so you can make something amazing! 🚀

masonite-inertia - Server-side Masonite adapter for Inertia.js

koans - Small exercises to discover elixir by testing

Play - The Community Maintained High Velocity Web Framework For Java and Scala.

harakiri - Help applications kill themselves

masonite-js-routes - Use your Masonite named routes in Javascript

oop - OOP in Elixir!

wrenbot - A simple discord bot that executes Wren code

weather - A command line weather app built using elixir

CodeIgniter - Open Source PHP Framework (originally from EllisLab)

elixir_koans - Elixir learning exercises