challenges
React Components: Part 6
[
Dev W rkshop
]
July 25, 2024
Animations: loading spinner
Animations
CSS
React
TypeScript
React Components: Part 5
[
Dev W rkshop
]
July 18, 2024
Centering: Card component
Animations
CSS
React
TypeScript
React Components: Part 4
[
Dev W rkshop
]
July 11, 2024
Variants: Button component
Animations
CSS
React
TypeScript
React Components: Part 3
[
Dev W rkshop
]
June 27, 2024
Delegated props
Animations
CSS
React
TypeScript
React Components: Part 2
[
Dev W rkshop
]
June 20, 2024
Props and TypeScript
Animations
CSS
React
TypeScript
React Components: Part 1
[
Dev W rkshop
]
June 13, 2024
Setup: files and shadows
Animations
CSS
React
TypeScript
A11y Pitfalls #2
[
C de Check
]
June 6, 2024
Spot the a11y errors
A11y
HTML
Flexercise #3
[
Mini uiz
]
May 30, 2024
Use Flexbox to create the layout without media queries
CSS
Flexbox
MDX Table of Contents: Part 6
[
Dev W rkshop
]
May 23, 2024
Scroll smoothly and adjust position for header
MDX
Next.js
React
MDX Table of Contents: Part 5
[
Dev W rkshop
]
May 16, 2024
Link each item in the table of contents to the heading location in the blog post
MDX
Next.js
React
MDX Table of Contents: Part 4
[
Dev W rkshop
]
May 9, 2024
Add a descriptive id for each heading
MDX
Next.js
React
MDX Table of Contents: Part 3
[
Dev W rkshop
]
May 2, 2024
Make the table of contents sticky and responsive
MDX
Next.js
React
MDX Table of Contents: Part 2
[
Dev W rkshop
]
April 25, 2024
Create a table of contents from the headings
MDX
Next.js
React
MDX Table of Contents: Part 1
[
Dev W rkshop
]
April 18, 2024
Extract the headings from the MDX
MDX
Next.js
React
Flexercise #2
[
Mini uiz
]
April 11, 2024
Use Flexbox to create a responsive footer
CSS
Flexbox
Flexercise #1
[
Mini uiz
]
April 4, 2024
Use Flexbox to create the layout
CSS
Flexbox
Copycat object
[
C de Check
]
March 28, 2024
Why doesn't an object copy maintain its identity?
JavaScript
object
React Array Keys
[
C de Check
]
March 21, 2024
Why is `Math.random()` a bad value for the `key` prop?
React
Unseen React Component
[
C de Check
]
March 14, 2024
Implicit returns aren't always implied
JavaScript
React
JSX and the && Operator
[
C de Check
]
March 7, 2024
How exactly does && work in JSX?
JavaScript
React
A11y Pitfalls
[
C de Check
]
February 29, 2024
Spot the a11y errors in this sign-in form
A11y
HTML
Object Notation: Dot vs Bracket
[
C de Check
]
February 22, 2024
Access an object by a variable property
JavaScript
object