|
|
|
|
|
by goatslacker
4172 days ago
|
|
The interesting bit of isomorphic applications isn't the fact that you can use JS on the server. For me, it's that you can keep all your UI and UI-related logic written in one language, and have your business logic, data fetching, and everything else in whatever language you prefer. This has many benefits like code reusability and not having to write placeholders/render code twice -- in two different languages. |
|