Skip to content
Last updated

Project 67: One library to rule them all

  • Did any switcher — oneOf/discriminator, multi-payload message, union/interface — list the wrong variants or show the wrong fields?

  • Did deep links land on the exact spot, with the right state applied?

  • Yes, everything works
  • In your team's own corner, what broke or looked different from before the three libraries merged?

    • No breadcrumbs in the new API lib (not sure if intentional)

      image copy 2.png
    • No search field here

      image copy 4.png
    • Language picker bottom is hidden

      image copy 5.png
    • A bit strange colors

      Screenshot 2026-07-09 at 13.51.04.png
    • Because only a small portion of a page loads during SSR, with a slow internet, it looks weird because scrolling up or down while the javascript loads shows empty spaces

    • Total amount of data loaded and number of requests per page load is larger in the unified library compared to production intranet, chunks are larger (maybe some unwanted code is bundled into browser?)

      image copy 6.pngimage copy 7.png
  • What made you smile?

    • The thought of reduced code maintenance :)
  • What did you find confusing?

    • Nothing big