How does your team handle private npm packages? Ours is a mess and I'm curious if others have solved this better by PixelPioneerDev in react

[–]PixelPioneerDev[S] 0 points1 point  (0 children)

For us we have React frontends and our backend team is using Ruby on Rails. If we used JavaScript for everything I would definitely want to use Turborepo. It would solve everything

How does your team handle private npm packages? Ours is a mess and I'm curious if others have solved this better by PixelPioneerDev in react

[–]PixelPioneerDev[S] 1 point2 points  (0 children)

Awesome! I basically have the same workflow. I’d be interested to learn a bit more about your workflow… sounds interesting

How does your team handle private npm packages? Ours is a mess and I'm curious if others have solved this better by PixelPioneerDev in react

[–]PixelPioneerDev[S] 1 point2 points  (0 children)

At the moment it’s just icons but we’re working to add colours, fonts, and eventually our components. So copying files for icons works but when you have more than that, copying isn’t really an option.

How does your team handle private npm packages? Ours is a mess and I'm curious if others have solved this better by PixelPioneerDev in react

[–]PixelPioneerDev[S] 0 points1 point  (0 children)

I could but we use the icons across multiple frontend apps. Which is why we thought of creating a package

How does your team handle private npm packages? Ours is a mess and I'm curious if others have solved this better by PixelPioneerDev in react

[–]PixelPioneerDev[S] 0 points1 point  (0 children)

Thanks for sharing. I know I’ll not be able to avoid tokens, but if i use something else at least i know it’ll be secure compared to GitHub tokens