Frameworks
Framework-specific engineering guides — best practices, pitfalls, and advanced usage
Frameworks
Engineering knowledge organized by framework. Each section focuses on production experience — best practices, common pitfalls, and advanced techniques — rather than basic syntax already covered by official docs.
Available Frameworks
Flutter
Best practices, pitfalls, advanced usage, performance, state management
React Native
Best practices, pitfalls, native modules, performance, state management
Cross-Platform Comparison
Flutter vs React Native — selection guidance by team, goals, and constraints
What You Will Find Here
| Section | Focus |
|---|---|
| Best Practices | Project structure, conventions, idioms validated in production |
| Pitfalls | Real-world bugs and how to avoid them |
| Advanced Usage | Techniques beyond the basics — internals, escape hatches, integrations |
| Performance | Profiling, rendering pipeline, memory, optimization patterns |
| State Management | Library selection, architectural patterns, trade-offs |
Why no syntax basics?
Official framework documentation covers syntax thoroughly. What separates production-quality code from toy projects is the accumulated experience around lifecycle, performance, and architecture — that is what these pages capture.