TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Inertia.js: New pattern to create server-driven single-page apps

42 pointsby kekubabout 6 years ago

5 comments

sansnommeabout 6 years ago
Here&#x27;s a not incomprehensive list of similar implementations of this idea: Phoenix Drab&#x2F;LiveView&#x2F;Texas, Razor Components, Plotly&#x27;s Dash, Intercoolerjs&#x2F;Unpoly (provides view layer only without websockets), Rails StimulusReflex, Ruby Fie, Python Sofi, Python Remi, Node.js Purview, Python Flexx, Python Reahl (AGPL licensed), Python Wdom.<p>I am sure I missed quite a few. Feel free to comment down below with any other library.
评论 #19720087 未加载
owens99about 6 years ago
Nice work! This is close to what I do with most new Rails app when I want more Asynchronous functionality.
zubairqabout 6 years ago
This is a very good way of loading components dynamically, and the approach is pretty sound. We use the same technique at yazz.com to dynamically load components with Vue.js:<p><pre><code> &lt;component v-bind:is=&quot;page.component&quot;&gt;&lt;&#x2F;component&gt;</code></pre>
Epskampieabout 6 years ago
Quite a nice explanation of the pattern, I might try this setup.<p>No real need for the author to make another js lib out of it, but hey, doesn’t hurt.
TomMariusabout 6 years ago
Yeah this is a good way, I use that since around TypeScript and react really started working together, it&#x27;s a bliss