Skip to content

Instantly share code, notes, and snippets.

View alanmshelly's full-sized avatar

Alan Shelly (Iida) alanmshelly

View GitHub Profile
@alanmshelly
alanmshelly / HigherOrderComponent.ts
Last active January 2, 2024 18:21
Vue.js Higher Order Component example in Typescript
interface Dependencies {
dependency: Dependency
}
export default function withDependenciesProvided(
WrappedComponent: VueConstructor,
dependenciesToProvide: Dependencies,
) {
return Vue.extend({
provide() {
@alanmshelly
alanmshelly / webrtc_sfu_develop.rst
Last active November 4, 2015 11:18 — forked from voluntas/webrtc_sfu_develop.rst
WebRTC SFU をフルスクラッチで作ってみた

WebRTC SFU をフルスクラッチで作ってみた

I wrote a WebRTC SFU from scratch

Author

@voluntas

Translator

@alanmshelly

Version

0.0.0

url

https://voluntas.github.io/