Guides¶
Before diving into the world of module development for HortiView we recommend taking a look at some of our guides to make you familiar with the technical details of the platform.
Choose your path¶
Use one of these entry points to jump directly into the right build topic.
Build modules by framework Start with framework-specific development guides for React, Angular, and Next.js.
Implement offline support Learn the offline model, event flow, action queue, and implementation levels.
Design and component libraries Build a native HortiView user experience with Element Design and reusable React components.
Localization and routing Configure internationalization and routing behavior for module federation.
Module Development¶
We have created a couple of guides to get you started with developing modules for HortiView.
Build modules with React Clone the Starter Kit Repo for React get up and running in minutes
Build modules with Angular If you prefer to go with Angular, we have prepared something for you as well
Build modules with Next.js Please follow our guidelines and recommendations for development with Next.js