I hereby claim:
- I am poltergeist on github.
- I am sp3c1 (https://keybase.io/sp3c1) on keybase.
- I have a public key ASB-oajQu_QnApFotNvxB02veBlfaTv4g7zCTlgKaDdVlAo
To claim this, I am signing this object:
| { | |
| "meta": { | |
| "theme": "kendall" | |
| }, | |
| "basics": { | |
| "name": "Philipp Hinrichsen", | |
| "label": "Senior Software Engineer", | |
| "email": "hinrichsen@sp3c1.com", | |
| "phone": "+49 151 40 41 84 67", | |
| "location": { |
| console.log("test nummer 2"); |
I hereby claim:
To claim this, I am signing this object:
| diff --git a/plugins/nodes/src/js/components/NodesTable.tsx b/plugins/nodes/src/js/components/NodesTable.tsx | |
| index 867ca1b3d..6b7aedbe9 100644 | |
| --- a/plugins/nodes/src/js/components/NodesTable.tsx | |
| +++ b/plugins/nodes/src/js/components/NodesTable.tsx | |
| @@ -29,6 +29,10 @@ import { | |
| spacingRenderer | |
| } from "../columns/NodesTableSpacingColumn"; | |
| +import * as NetworkNodesClient from "../data/NetworkNodesClient"; | |
| + |
sorted by rerender time
| Solution | Use CSS | Use Inline-Styles | Mount Time (ms) | Rerender time (ms) |
|---|---|---|---|---|
| react (without styles) | - | - | 14.5 | 31.09 |
| react (with inline-styles) | - | + | 23.27 | 32.28 |
| styled-jsx-inline-styles | + | + | 25.3 | 32.37 |
| aphrodite | + | + | 29.77 | 34.05 |
| cxs | + | + | 25.2 | 34.94 |
| [ | |
| { | |
| "nahrungsmittel":"Acerola, Konzentrat", | |
| "Glyx":"*", | |
| "GL":"**", | |
| "kcal":"261", | |
| "kj":"1093", | |
| "Eiweiß":"5.6", | |
| "Fett":"2.7", | |
| "Kohlenhydrate":"57", |
| function hashCode(string) { | |
| return Array.prototype.map.call(string, char => char.charCodeAt(0)) | |
| .reduce((hash, charCode) => { | |
| hash = ((hash << 5) - hash) + charCode; | |
| return hash & hash; | |
| }); | |
| } |
| /** | |
| * Multicolor textshadow | |
| */ | |
| .test{ | |
| font-size: 36px; | |
| text-shadow: 1px 1px red, 2px 2px red, 3px 3px orange, 4px 4px orange, 5px 5px yellow, 6px 6px yellow; | |
| } |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| .circle{ | |
| height: 100px; | |
| width: 50px; | |
| position: relative; | |
| top: 0; | |
| left: 0; |