12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
---
|
|
description: It might matter where your code is running.
|
|
---
|
|
|
|
# Isomorphism
|
|
|
|
All this code we're writing could be running on your Node.js server, it could be running in the
|
|
browser, or both.
|
|
|
|
flecks solves this problem with [platforms](#todo) and the intelligent inclusion of only the code
|
|
relevant to the platform where the code is running.
|