Dependencies and Layering

Absolutely! Let’s go slowly and carefully through Dependencies and Layering with C#, making sure we cover all crucial knowledge in an easy-to-follow way. 1. Understanding Dependencies in C...
0 Read More

SOTA models in AI 🤖

What are state-of-the-art models? State-of-the-art (SOTA) AI models are the most advanced and innovative models currently available. They represent the highest level of achievement in a speci...
0 Read More

Part 1: Animate layout changes

Part 1: Animate layout changes
What are we building? We are creating an animated list component. It will take an array of IDs and a renderItem function as props. The component arranges items in a row on large screens and i...
0 Read More

Part 2: Property animations

Part 2: Property animations
In Part 1, we built an animated list using AnimDiv, AnimNode, and a hook to connect them. We also added a simple fade-in animation for the list items. But everything was hardcoded. In this part, we wi...
0 Read More

Part 3: Exit animations

Part 3: Exit animations
In Part 1 and Part 2, we built an animated list that animates layout changes and supported properties. We used AnimDiv, AnimNode, and a hook to connect them. The list supports enter animations, but ex...
0 Read More