8 news for ui
September 2024
CSS: Scroll Driven Animations
I must admit, i never really use scroll animations mostly due to its complexity. This podcast full of examples and demos just shows how amazing animations you can make with css. And its not that complicated, so be sure to take a look.
September 2024
Storybook 8.3 is out
A new release for Storybook with better vitest implementation to run your stories as tests, new Nextjs plugin, and different size & performance improvements.
September 2024
How Infinite Queries work
Great article about how to use infinite queries with tanstack query.
August 2024
Material UI v6 is out now
The new Material ui version is released. Don't forget to check the new features and improvements before upgrading your code.
August 2024
Building Swipe Actions component with React and Framer Motion
I've always loved swipe actions, but it's really not the easiest to build. Learn how to use framer motion to build your own swipe behaviors.
July 2024
Do not pass DTOs to UI components
Because the abstractions used by a backend are not always (often?) the best ones for frontend, it can be a good practice to map the DTOs to frontend oriented data.
June 2024
Figma AI is Here! + Other Amazing Updates – Figma Config 2024 – Figma Updates
Figma presented his version 3 with lots of new functionalities. Get a resume of updates, including AI prototyping and search, a new tool to make slides from your design system, a new redesign and tons of smaller updates.
June 2024
Visual testing: The greatest trick in UI development
And what if we were doing our tests directly in storybook ? What if just by using storybook we could write less tests. And what if visual testing with snapshots were the answer ? Storybook give us its point of view on theses questions in this article.