Want to learn how to improve the
UX & DX
of your components?
Get better at accessibility, testing, naming, performance, and using built-in browser features — all for free.
Topics include: Accessibility TypeScript React Testing Naming HTTP API Design Managing State Caching Performance Async
🔊🥇 Accessibility-First
🤝💝 Web Standards
🖇🍀 Composable Systems
🐝💨 Cheatsheets
🫵🏾🔨 Robust JavaScript Interactivity
Developer Calendar
Mon | Tue | Wed | Thu | Fri | Sat | Sun |
---|---|---|---|---|---|---|
07 Oct
|
|
|
|
11 Oct
|
|
|
14 Oct
|
|
|
|
18 Oct
|
|
|
21 Oct
|
|
|
|
25 Oct
|
|
|
28 Oct
|
|
|
|
01 Nov
|
|
|
04 Nov
|
|
06 Nov
|
|
08 Nov
|
|
|
11 Nov
|
|
|
|
15 Nov
|
|
|
18 Nov
|
|
|
|
22 Nov
|
|
|
25 Nov
|
|
|
|
29 Nov
|
|
|
02 Dec
|
|
|
|
06 Dec
|
|
|
Learn why accessibility is essential for a great UX, and use the same affordances to improve your own Developer Experience.
-
Landmarks
Ensure your web pages have these familiar regions.
-
Labels and Descriptions
Ensure every region of interest is labelled.
-
Properties
Presenting selected state, current page, hiding, and more.
-
Form controls
Inputs, checkboxes, radio buttons, comboboxes, and more.
-
Widgets
Buttons, links, tabs, comboboxes, and more.
-
Accessibility-First TDD
Use accessibility affordances to write robust tests.
-
Keyboard Navigation Acceptance Tests
Ensure your forms are keyboard accessibility.
Write friendly tests using Jest and BDD.
Naming is hard. Let’s make it easier.
Find the right home for your state.
-
URL as source of truth
The shareable, serializable, canonical standard.
-
Modelling with state machines
Systems to reliably think about state.
-
Connecting the pipes
Use a library like Wonka to connect your app.
-
Never puts secrets where JavaScript can read
Use cookies over local storage for anything private.