Client side SDK
I need to use a in browser sdk for connecting to our dymo printers and dymo provides as JS sdk for us to use however I’m not sure the best way to add this to a next js app
Using t3 (ts) and app router. Can anyone advise?
The framework makes local requests to a piece of software installed on the local machine so it will never be possible for nextjs to run it on server or build. I assumed that client components would be the route but not getting anywhere
0 Replies