top | item 43872618

(no title)

throw1111221 | 10 months ago

I am curious, how do you handle version skew between frontend / backend when you're reusing code + types?

discuss

order

GianFabien|10 months ago

I design solutions so that there is a distinct frontend and backend. Instead of reuse, common code gets shared. Yes, it does take a bit of fiddling to get the architecture to support that. But once you get it bedded down, it becomes just a matter of conventions.