Hacker News new | ask | show | jobs
by jhildings 4149 days ago
So the "isomorphic" refers to that JS on both the client and server?
1 comments

Indeed it does. The concept of Ambidex is you write your app as platform-agnostic JSX, and it will take care of rendering on the server when appropriate and on the client when appropriate.