Vanilla Observable – Get Shits from Shit Pedro Says https://esnextb.in/?gist=15f9311d3dda95dfffa3efde3c087a0d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div> | |
| <h2 class="Headline Headline--m">News headline</h2> | |
| {@uiComponent name="byline" text="Tim Shipman, Political Editor" /}; | |
| {@uiComponent name="dip" text="First paragraph of news content will go here..." /}; | |
| {@uiComponent name="link" text="Read full story" modifider="primary" /}; | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm install --save-dev jsdom | |
| // test-browser-env.js | |
| import { jsdom } from 'jsdom'; | |
| global.document = jsdom('<body></body>'); | |
| global.window = document.defaultView; | |
| global.navigator = window.navigator; | |
| // package.json |
RxJs Observable – Get Shits from Shit Pedro Says https://esnextb.in/?gist=11d6d8e9c0a0b4a9101bb91bacc1b898
RxJS – Suggest GH Users esnextbin
Vanilla Debounce esnextbin
Vanilla Throttle esnextbin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Working Directory" : "\/Users\/pedroduarte", | |
| "Prompt Before Closing 2" : 0, | |
| "Selected Text Color" : { | |
| "Green Component" : 1, | |
| "Red Component" : 1, | |
| "Blue Component" : 1 | |
| }, | |
| "Rows" : 25, | |
| "Ansi 11 Color" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .monaco-tree, .part.sidebar { | |
| font-family: "Operator Mono"; | |
| font-size: 14px; | |
| line-height: 1.6; | |
| } |