Skip to main content
Professional
Featured

RekoHub — Enterprise Waste Management ERP Platform

Rekosistem · Frontend Engineer

Enterprise-grade ERP platform powering operational workflows across Rekosistem's sustainability ecosystem — unifying logistics, approvals, warehouse coordination, inventory management, and ESG reporting into a single cross-platform experience.

RekoHub — Enterprise Waste Management ERP Platform

Overview

RekoHub is the internal operational backbone of Rekosistem — a centralized ERP system designed specifically for waste management and circular economy operations. The platform consolidates logistics coordination, operational approvals, warehouse management, inventory tracking, and sustainability reporting into a unified cross-platform product used daily by operations, product, and sustainability teams.

Problem

Rekosistem's operational teams were managing waste logistics, warehouse movements, and ESG reporting across disconnected tools and manual processes. This fragmentation created visibility gaps between field operations and management, slowed approval cycles, and made accurate sustainability reporting difficult at scale.

Solution

RekoHub was architected as a single cross-platform ERP built on Expo React Native Web, delivering the same codebase across web browsers and operational tablets. High-density administrative dashboards give management real-time visibility into waste flows. Structured approval workflows replace manual handoffs. AWS Amplify microservices sync operational data across all nodes with low latency.

Architecture

The platform uses a React Native Web architecture for true cross-platform delivery from one codebase. SWR handles data fetching with stale-while-revalidate caching optimized for dashboard-heavy views that poll frequently. Zustand manages complex multi-step form and approval state. AWS Amplify provides the backend synchronization layer connecting field data to central operational systems. EAS Build manages the deployment pipeline for both web and tablet targets.

Lessons learned

Building ERP dashboards for high-density operational data requires a fundamentally different UI discipline than consumer apps. Performance optimization at the component level — virtualizing long lists, memoizing expensive renders, debouncing real-time updates — matters far more than it does in lighter interfaces. Collaborating directly with operations teams rather than just product stakeholders produced dramatically better workflow designs.