Skip to content

Instantly share code, notes, and snippets.

View Pajn's full-sized avatar

Emma Pajn

  • Sweden
View GitHub Profile
<html>
<body>
<div style="font-size: 1rem">
<p>
1 rem
</p>
<p>
The fox jumps over the lazy dog
</p>
@Pajn
Pajn / WSL.md
Last active October 19, 2018 14:24
Set up WSL
componentDidUpdate(prevProps: any) {
console.log();
console.log();
console.log("componentDidUpdate");
Object.entries(this.props).forEach(([key, value]) => {
console.log(
key,
value,