EDC
A content-heavy property platform with a custom React layer integrated into .NET.
EDC.dk is a large property platform with property search, editorial content, local agency pages and a wide range of services for buyers and sellers.
I worked as solution architect and frontend lead. A central part of the project was building a custom React rendering solution that integrated with the existing .NET platform. This allowed us to build the frontend in React instead of relying on Razor for the user interface.
That gave the frontend its own development and testing loop. We could build components in Storybook and test the interface without needing data from .NET or running the complete application. UI states could be reviewed and verified in isolation before the components were connected to the backend.
This was particularly useful on a site with a large amount of content and many different page types. React gave us a consistent component model, while Storybook and automated tests made it easier to change the interface without accidentally breaking another part of the site.
- Technology
- React, Vite, Storybook, Node.js, .NET, Umbraco CMS
- Focus
- Custom React rendering, .NET integration, component development, testing and frontend quality