📰 Dev.to · 张一凡
Articles from Dev.to · 张一凡 · 16 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (11691)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · 张一凡
2w ago
Zustand Is Great. But AI-Heavy React Apps Expose Its Limits Faster Than People Expect.
Zustand is probably the most natural default for many modern React apps now. That makes sense. It...

Dev.to · 张一凡
2w ago
I Stopped Judging React State Libraries by DX Alone. AI Compatibility Matters Now.
For years, my checklist for choosing a React state library was pretty standard: developer...

Dev.to · 张一凡
2w ago
Why Class-Based State Feels Surprisingly Good for AI-Generated React Apps
AI coding tools are getting very good at generating React code. What they are still bad at is...

Dev.to · 张一凡
2w ago
Why I Chose easy-model for My AI Chatbot (Not Redux)
Building an AI chatbot frontend? Here's why Redux was never an option. The Problem AI...

Dev.to · 张一凡
2w ago
5 React State Management Libraries Compared: Which One Should You Choose?
A practical comparison of Redux, MobX, Zustand, Recoil, and the newcomer easy-model.

Dev.to · 张一凡
3w ago
Why I Switched from MobX to easy-model (And Why You Might Too)
MobX is great, but easy-model offers something different - explicit APIs, built-in IoC, and better TypeScript support.

Dev.to · 张一凡
3w ago
I Built a React State Management Library that Combines the Best of Zustand and MobX
Meet easy-model - a class-based state management library with built-in IoC, deep watching, and history support.

Dev.to · 张一凡
3w ago
Dependency Injection in React: A Practical Guide
Bringing enterprise-grade architecture to frontend development What is Dependency...

Dev.to · 张一凡
3w ago
Rethinking React State Management with easy-model
How I learned to stop worrying about Redux boilerplate and love class-based models The...

Dev.to · 张一凡
3w ago
Getting started with easy-model (quick start guide)
TL;DR Install and write a model class. Use useModel to create/subscribe in React. Use provide for...

Dev.to · 张一凡
3w ago
easy-model: model-first state with IoC and deep watching
TL;DR Class-based models: fields are state, methods are logic. Hooks-first API: useModel,...

Dev.to · 张一凡
4w ago
Applying easy-model in Data Visualization Dashboards
Data visualization dashboards need to handle large amounts of data, chart configurations, user...

Dev.to · 张一凡
4w ago
Practical Application of easy-model in Task Management Apps
Task management applications like Todoist or Trello need to handle task states, list management, user...

Dev.to · 张一凡
1mo ago
Domain-Driven Development with easy-model
In e-commerce application development, modules like product management, shopping carts, and order...

Dev.to · 张一凡
1mo ago
easy-model: The Perfect Fit for Domain-Driven Development
In modern frontend development, Domain-Driven Design (DDD) is gaining traction as a preferred approach. The easy-model framework, with its unique model-driven a

Dev.to · 张一凡
1mo ago
easy-model in Action: Cross-Component Communication, Watching, and Async Loading – All in One Library
Hey guys, state management in React can be a pain: Redux is heavy, Zustand too light, MobX has a...
DeepCamp AI