File size: 4,797 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
---
title: Chakra UI London Meetup 2024 Recap
description: Last Thursday's meetup was nothing short of amazing
type: article
authors: ["esther"]
publishedAt: "2024-12-03"
---

The Chakra UI London Meetup was a special evening where we got to meet
face-to-face with many community members who we had only known through online
interactions in the open source world. Some of these connections spanned months
or even years, making the in-person gathering even more meaningful.

The event held on Thursday, November 28th, 2024 where we talked about Chakra UI
v3, and the future of Chakra UI.

The evening kicked off with light refreshments and chats. We exchanged ideas,
shared our favorite Chakra components, and of course, grabbed some stickers.

<Image
  src="/images/group-photos.png"
  alt="Group photos"
  objectFit="contain"
  fill
  height="500px"
/>

## Talks

We had three amazing talks that evening, each bringing unique insights into
Chakra UI's evolution and new features.

### Building Chakra UI v3

The opening talk was delivered by [Sage](https://x.com/thesegunadebayo), the
creator of Chakra UI. His talk provided a technical deep dive into the process
behind building Chakra UI v3, going from the logic layer to the presentation
layer.

<Image
  src="/images/sage-talk.png"
  alt="Sage Talk"
  objectFit="contain"
  fill
  height="500px"
/>

Key highlights from the talk:

- **Component Design**: Using the slider component, Sage showcased how
  components are now built in Chakra UI. Going from the headless layer to the
  presentation layer, and leveraging state machines to handle interactions.

  - **Logic Layer** powered by [Zag.js](https://zagjs.com/)
  - **Headless UI Layer** handled by [Ark UI](https://ark-ui.com/)
  - **Presentation Layer** handled by Chakra's theming system

- **Component Anatomy**: He broke down the structure of Chakra UI components
  into separate parts so create a shared language for developers and designers.

- **Component API**: Sage emphasized how Chakra UI v3 leverages both open and
  closed component APIs to provide a flexible and consistent developer
  experience.

<ResourceCard
  type="figma"
  title="View the slides"
  url="https://www.figma.com/deck/WbCGjQGQCupXNvCiSqMHsf/Chakra-Meetup-Nov.?node-id=1-25&node-type=slide&viewport=-136%2C-13%2C0.63&t=tAFo6Oa8uI2pxIW5-1&scaling=min-zoom&content-scaling=fixed&page-id=0%3A1"
/>

<br />

### Hidden Gems of Chakra UI v3

Next up, [Ivica Batinić](https://x.com/_isBatak) took the stage to highlight new
features in Chakra v3, showing how the theming system works, and ways to improve
runtime performance of dynamic styles.

<Image
  src="/images/ivica-talk.png"
  alt="Ivica Talk"
  objectFit="contain"
  fill
  height="500px"
/>

Key highlights from the talk:

- **Multipart Component Nuances**: Understanding the finer details of multipart
  components.

- **Performant Dynamic Styles**: Techniques for optimizing styles dynamically.

- **Modernized Polymorphic Patterns**: Leveraging patterns that boost
  flexibility in component usage.

- **Advanced Styling Features**: Unlocking powerful new styling capabilities.

<ResourceCard
  type="site"
  title="View the slides"
  url="https://hidden-gems-of-chakra-ui-v3.vercel.app/1"
/>

<br />

### Exploring Chakra's Color Picker

The final talk of the night was led by
[Esther Adebayo](https://x.com/_estheradebayo), who gave a stunning demo of the
new Color Picker component in Chakra UI v3, showing how to build a page with
real-time color customization.

<Image
  src="/images/esther-talk.png"
  alt="Esther Talk"
  objectFit="contain"
  fill
  height="500px"
/>

Key highlights from the talk:

- **Color Picker Overview**: Why a Color Picker is an essential tool for any
  design system.

- **Design Considerations**: What makes a good color picker component, and how
  to build one.

- **Component Anatomy**: A walkthrough of the Color Picker's anatomy.

- **Live Demo**: Esther demoed the ColorPicker component, showing how it can be
  used to style a login screen in real time.

<ResourceCard
  type="youtube"
  title="Watch the talk"
  url="https://youtu.be/neesBbYuGT0"
/>

<br />

## Conclusion

We wrapped up the evening with a Q&A session where attendees got the chance to
ask their questions, from technical details to what's next for Chakra UI.

A huge thank you to everyone who attended and made this meetup so special. We
couldn't do this without you, and we look forward to the next one.

<Image
  src="/images/stickers.png"
  alt="Chakra Stickers"
  objectFit="contain"
  fill
  height="500px"
/>

## Connect with us

- Join our [Discord community](https://discord.gg/chakra-ui).
- Follow us on [X](https://x.com/chakra_ui).
- Keep an eye out for future events!

<br />

Until next time, keep building with Chakra UI!