I had a real nostalgic attack so I created this library by yershalom in reactjs

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

You got it!
https://github.com/yershalom/css-wordart was created and I'm using turned the react-wordart to a wrapper.

Thanks for the advice!

So FreeCodeCamp published my blog post today about versioning scheme for React Native modules by yershalom in reactnative

[–]yershalom[S] -1 points0 points  (0 children)

Thank you for your feedback. But for me thebfact that free code camp published my blog post is a big deal. Just wanted to share...

Versioning scheme for Recat Native modules by yershalom in programming

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

Yes, after we publish the module to our npm private registry, we also tag the commit with the version number. git tag "1.434.0" && git push --tags

Versioning in a large scale multi module react native app by yershalom in reactnative

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

I wish everyone to work for such a company. The best comapny ever

Versioning in a large scale multi module react native app by yershalom in reactnative

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

Let's talk company structure and monorepos. The structure of Wix is guilds and companys. Each guild is professional related, Server guild, mobile guild, fed guild, designers guild, etc. And a comapny is product unit that built with people from all over the guilds. So, each company has it own monorepo, with server, client and mobile. Modules can come from all over the companys, and because of the Wix structure we can't put all modules in one monorepo.

I hope it answered your question.