- Import React
- Posts
- 📚️ How to master React Charts
📚️ How to master React Charts
And Free React Tickets
In Partnership With
Hey guys!
In today’s newsletter, we’ll explore how to master data visualization in React, break down the pros and cons of different React styling methods, and dive into a Flexbox playground that demystifies tricky layout behaviors.
Also, I’ve teamed up with React Day Berlin 2024 to share free virtual tickets with my audience.
Let's get into it! 🤙
⚡️ The Latest In React
📚️ Master data visualization in React
Creating charts in React is no easy feat, and Yan Holtz knows it well. After spending thousands of hours mastering the craft, he built a gallery packed with hundreds of examples and ready-to-use components. This resource will help you master data visualization in React.
🖼️ The styling dilemma in React
Styling a React application can be tricky with so many options out there—it’s easy to feel overwhelmed. Picking the right method improves performance, simplifies scaling, and enhances your workflow. Peter Ivanov breaks down the pros and cons of various styling approaches in React to help you make the best choice from the start.
🛝 Flex Playground
Flexbox makes layout a breeze, centering elements, tidying them up, and simplifying responsive design. But predicting its behavior can still be tricky. This site lets you test nearly every flex property, so you can see exactly how values interact and impact your layout.
🧠 Are AI Assistants Making Us Worse Programmers?
AI assistants are everywhere, from Copilot and Cursor to Zed and Aider, reshaping how we code. With models finely tuned for programming tasks, avoiding AI during a typical day of coding takes a deliberate effort. But does leaning on AI make you a worse programmer?
📦️ Centering things: a solved problem?
Even with equal padding, margin: auto
, align-content, flexbox, or grid, centering text vertically often remains an issue. The article Hardest Problem in Computer Science: Centering Things highlights examples from major websites failing at this basic task. It’s not because their developers are inept—centring is genuinely tricky! So, why is it so difficult?
Quick Links
Get Your Free Remote Ticket to React Day Berlin 2024! 🎉
I’ve partnered with React Day Berlin 2024, so that my audience can attend React Day Berlin 2024 remotely, for free! 🎟️
All you need to do is the following simple steps to claim your free remote ticket:
Click here, and Link your Twitter/LinkedIn (takes 30 seconds!)
Create your personalized attendee badge.
Share it with your network in one click!
That's it — you're in! No credit card, no hidden fees.
Don’t miss this chance to hear from top React experts and stay at the forefront of React development.
🎯 Ready? Claim your free remote ticket now!
The Best Pattern for Conditional Hooks in React
In this video, we will learn about the best pattern for conditional hooks in React. This pattern will allow you to simply render hooks conditionally while also taking into account the memory impact, as well as performance through re-renders of your components where the hook is used.
This is a really important pattern that you need to learn and use in your applications!
If you haven’t seen it yet, check it out. 👇️
See you next week!
Darius