Hello there,
I am working on a fairly complex application using HaxeUI and would love your insights on best practices for structuring projects. As my app grows, I find managing layouts, components and interactions increasingly tricky. Here are a few specific questions ::-
Modularity: How do you organize reusable components in larger projects: ?? Is there a recommended folder structure for views, controllers and assets: ??
State Management: For apps with dynamic UI elements and user interactions, do you rely on event driven communication between components or is there a preferred state management library compatible with HaxeUI: ??
Styling: What is the most efficient way to manage and override styles in themes, especially when dealing with complex nested layouts: ??
I would appreciate any advice, patterns or resources the community can share. Also;, if there are examples of well structured open source HaxeUI projects, I would love to check them out.
I have also gone through this thread https://community.haxeui.org/t/how-to-create-a-more-complex-list-dropdown-from-code-azure-admin but still looking forward to hearing your thoughts !!
With Regards,
Derek Theler