hypertown@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoAverage TS developerlemmy.worldimagemessage-square129fedilinkarrow-up1857
arrow-up1857imageAverage TS developerlemmy.worldhypertown@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square129fedilink
minus-squarezalgotext@sh.itjust.workscakelinkfedilinkarrow-up1·2 years ago the ability to share models and interfaces between front and backend On the other hand, this can be considered a downside because it locks you into using JS/TS on the front and backends. Alternatively, if you define your models and interface with an Open API spec, you can write the front and backends in whatever language you want.
On the other hand, this can be considered a downside because it locks you into using JS/TS on the front and backends.
Alternatively, if you define your models and interface with an Open API spec, you can write the front and backends in whatever language you want.