|
|
|
|
|
by liampulles
240 days ago
|
|
Just be careful with this backend-code-in-frontend stuff. If it's needed for some computationally expensive logic that is logically client side, then fine. But be wary of letting the client dictate business rules and having open-for-anything APIs (GraphQL is particularly prone to this). I've seen teams do this in the wild more than once. |
|