Video Broadcasting with OBS for Remote Developers
I'd like to look into a broadcasting setup for screen-sharing as a remote worker.
Author profile
🤯No idea is too crazy 🎯No project isn't worth it 🍻No beer offer will be refused
Browse the latest writing surfaced through DevArt.
I'd like to look into a broadcasting setup for screen-sharing as a remote worker.

You've made these, I've made these, and we will continue to make these on occasion, now let's be conscious of them.

I've been struggling with the implementation of a class decorator for my React component classes. I needed it to be able to consume a Context within the lifecycle methods of my components. If you're unsure as to how the React 16.3 Context API works, I've compiled a list of articles I've found to be most accessible on the subject. And if you're familiar with the API, please read on to explore the different pieces of a Typescript class decorator.