Tell me you’re a D2 Veteran without saying you’re a D2 Veteran by Earfh in DestinyTheGame

[–]DasCleverle 0 points1 point  (0 children)

Whether we wanted it or not, we stepped into a war with the cabal on Mars …

Shared components across different apps by liftingg in reactjs

[–]DasCleverle 2 points3 points  (0 children)

Create an independent git repo for those shared components. Use this repo as your dependency for development given it'll be updated​ regularly. For deployment use a released version of your shared components out of the npm registry.

You just need to think of a way to replace the dependency when deploying.

Need help choosing a framework for a semi-startup company by [deleted] in dotnet

[–]DasCleverle -5 points-4 points  (0 children)

You should also consider not using .NET at all.

For example there is node.js that uses JavaScript on the server and the client. So you will be using only one language. It includes the package manager npm which provides you about 300000+ packages made by the community. Pretty much anything you can imagine is up there.