Phytech develops sensors for the agriculture.
We helped them build an application to help farmers increase their yield by monitoring the fields online and making informed farming decisions. We used React to built from scratch a rich single-page application, which displays real-time data from Phytech sensors installed on the fields. We also migrated the native iOS and Android apps to React Native.
Watch the video of the application in action:
The interactive map’s level of detail depends on its zoom level:
Many elements have additional data that appears when the user interacts with them:
The application displays thousands of DOM elements and data points. We need to load the data timely in the background and unload it when it’s no longer needed. All server communication is done through a web worker to reduce load on main thread and make the UI responsive.