class: center, middle
???
Notes for the first slide!
{{ agenda }}
- Detlef Doge
- Zertifizierter Entschleunigungsbeauftragter
- Twitter Bootstrap
- jQuery less
- GruntJS
- JSHint
- JSLint
- markdown
- sass
- jade
- coffeescript
Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Hier folgt eine tolle Einführung
Weitere Folien vermitteln weitere Zusammenhänge und Informationen..red[*]
.footnote[.red.bold[*] Fußnoten auch.]
--
Reicht dann jetzt auch mal.
Beispielhafte Implementation
import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
<div>
* <p>You clicked {count} times</p>
* <button onClick={() => setCount(count + 1)}>
Click me
</button></div>
);
}
(Man beachte die hervorgehobenen Zeilen 6 und 7)
# Check what Linux we are on
uname -a
Elliot Alderson wäre stolz.
Beschreibung der Aufgabe
- Akzeptanzkriterium 1
- Akzeptanzkriterium 2
- Akzeptanzkriterium 3
- Ein tolles Projekt: [klick!]
- Tolles Produkt-Benutzerhandbuch: [klick!]
- Tolleres Online-Forum: [klick!]
class: center, middle