Isomorphic JavaScript, let’s make it easier
1–10 of 39 posts
Re: Isomorphic JavaScript, let’s make it easier
#2Re: Isomorphic JavaScript, let’s make it easier
#3would love to know how Rill hydrates the data needed to render a page, if the page is dynamically generated.
Re: Isomorphic JavaScript, let’s make it easier
#4Otherwise, using the same language on the client and the server does not constitute an isomorphism.
Kthxbai!
Re: Isomorphic JavaScript, let’s make it easier
#5"Isomorphic" Javascript? If there exists an isomorphism between the code on the client and the code on the server, then someone should be able to write a proof. Otherwise, using the same language on the client and the server does not constitute an isomorphism. Kthxbai!
Re: Isomorphic JavaScript, let’s make it easier
#6"Isomorphic" Javascript? If there exists an isomorphism between the code on the client and the code on the server, then someone should be able to write a proof. Otherwise, using the same language on the client and the server does not constitute an isomorphism. Kthxbai!
Re: Isomorphic JavaScript, let’s make it easier
#7Re: Isomorphic JavaScript, let’s make it easier
#8"Isomorphic" Javascript? If there exists an isomorphism between the code on the client and the code on the server, then someone should be able to write a proof. Otherwise, using the same language on the client and the server does not constitute an isomorphism. Kthxbai!
Re: Isomorphic JavaScript, let’s make it easier
#9"Isomorphic" Javascript? If there exists an isomorphism between the code on the client and the code on the server, then someone should be able to write a proof. Otherwise, using the same language on the client and the server does not constitute an isomorphism. Kthxbai!
The JS community switched from the term "isomorphic" to "universal" around a year ago. Seems not everyone is on the same page yet.
If there is one thing you can do to annoy programmers though is to use the wrong terminology :p.
Re: Isomorphic JavaScript, let’s make it easier
#10"Isomorphic" Javascript? If there exists an isomorphism between the code on the client and the code on the server, then someone should be able to write a proof. Otherwise, using the same language on the client and the server does not constitute an isomorphism. Kthxbai!
The JS community switched from the term "isomorphic" to "universal" around a year ago. Seems not everyone is on the same page yet.
Isomorphic is 100% correct if you use the definition from biology, crystallography, sociology... etc etc. It's more technical of a term in one single field. In every other way it's a perfect description.
* Sociology: a similarity in the processes or structure.
* Crystallography: two structures closely similar in shape, formulation, and structure.
* Biology: a similarity of form or structure between organisms
All of these more closely describe a JavaScript application that lives on the client and server - because while they will be similar the likelihood of them having the complete same code (and therefore being universal is minimal.