Nykredit

Client: Nykredit (Trifork)

My role: Front-end development

Tools: StoryBook, React, Salesforce, Lightning

Year: 2022 - 2023

I was responsible for creating better tools for frontend development for the developers at Nykredit working with internal Salesforce applications, as part of a team at Trifork helping them with their Salesforce projects.

Salesforce uses a proprietary backend language (Apex) as well as a frontend framework: Lightning that thankfully was open sourced. The overall development experience when creating salesforce applications was sub par, when compared to most modern development. Essentially any minor change would require an entire build and deployment of the given app, just to see the results. In other words local development was not really possible.

A more modern approach was chosen, and I was tasked with creating a Storybook integration for the Lightning framework. Storybook does allow integrations with various web frameworks, but the documentation at the time was very limited. This required some digging in the implementation of Storybook to figure out a way forward.

In the end I managed to complete the integration with support for the MDX format, allowing the developers at Nykredit to speed up their local development significantly, as well as documenting their components at the same time. They were now able to write a Storybook story for page, container or just a single component, when developing their applications.

The first project it was used on was a new car loan calculator for electric vehicles. With the new storybook setup, we first created a component library with a number of components, that came in different configurations. At the same time, we started working on the entire flow, with various pages and containers specific to this new calculator. The ability to preview changes live while developing increased the overall developer experience significantly.

Back