Skip to content

Latest commit

 

History

History
executable file
·
433 lines (331 loc) · 11.1 KB

index.mdx

File metadata and controls

executable file
·
433 lines (331 loc) · 11.1 KB

import { Title } from "./components/Title"; import { ImageSplit } from "./components/ImageSplit"; import { TextSplit } from "./components/TextSplit"; import { Text } from "./components/Text"; import { Footer } from "./components/Footer"; import { AboutMe } from "./components/AboutMe"; import { CycleFlowDiagram } from "./components/CycleFlow"; import { Quote } from "./components/Quote"; import { Table } from "./components/Table"; import { WebComponent } from "./components/WebComponent"; import { End } from "./components/End"; import { Links } from "./components/Links"; import { AnimationFrameExample } from "./components/AnimationFrameExample"; import { ManipulateHead } from "./components/ManipulateHead"; import { theme as deckTheme, Styles, vsDarkReal } from "./theme"; import { CodeSurfer } from "code-surfer" import { Head } from 'mdx-deck'

<title>RxJS - Practice makes Perfect</title>

export const theme = deckTheme;

import bicycleGif from './assets/bicycle-first-try.gif' import bicyclePerfectGif from './assets/bicycle-perfect.gif' import tagCloudPng from './assets/tag-cloud.png'; import liveCodingGif from './assets/live-coding.gif'; import rxjs7Png from './assets/rxjs7.png'; import practiceGif from './assets/practice.gif';

<Title/>

After a While


a little girl riding a bike and drift perfectly around a corner



About Me





Have you ever learned a foreign language?



Thinking reactively needs practice!

Live Coding Time

person furiously typing on the keyboard acting to be a professional software developer



Summary of live coding





What about V7 and beyond





Show it to me



Summary


Practice with ...

  • Redo the same
  • Drag N' Drop
  • Typeahead Search
  • Longpolling