Hacker News new | ask | show | jobs
by throw1111221 405 days ago
I am curious, how do you handle version skew between frontend / backend when you're reusing code + types?
1 comments

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.