The Candid Startup
Posts Topics Projects About Contact

Posts

Every post from The Candid Startup

« Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Next »
  • Jun 3, 2024 Front End

    Bootstrapping GitHub Actions

    My monorepo is up and running. I can build, test, version and publish packages from my machine. However, what happens if I miss a step? How do I make sure that I keep on top of build quality?

  • May 27, 2024 React Virtual Scroll Blog

    React Virtual Scroll 0.2.0 : Horizontal List

    Exciting news! React-Virtual-Scroll 0.2.0 is out, including the long anticipated VirtualList horizontal layout feature.

  • May 21, 2024 Front End

    Bootstrapping NPM Publish

    I figured out how to build usable library packages. Now I just have to work out how to get them published.

  • May 13, 2024 Front End

    Bootstrapping NPM Package Build

    I have my monorepo up and running for local development. However, I still haven’t figured out how to build usable library packages, or even what should be in them.

  • May 6, 2024 Front End InfiniSheet

    Bootstrapping a Lerna Monorepo

    So far, all the front-end development work I’ve done has been in the repo I created when bootstrapping Vite. It’s starting to feel a little restrictive.

  • Apr 29, 2024 React Virtual Scroll

    Modern React Virtual Scroll Grid 9 : Fixing SlickGrid

    Last time we integrated SlickGrid’s paged scrolling system and found that it came really close to working well.

  • Apr 22, 2024 React Virtual Scroll

    Modern React Virtual Scroll Grid 8 : Unlimited Power!

    I started on this journey when I couldn’t find an existing grid control that supports millions of rows and columns. Now I’m finally ready to integrate SlickGrid’s paged scrolling system. SlickGrid supports a virtually unlimited number of rows (but not columns).

  • Apr 15, 2024 React Virtual Scroll TypeScript

    Modern React Virtual Scroll Grid 7 : Grid

    So far I’ve written six articles in this “Modern React Virtual Scroll Grid” series, with a four article detour into unit testing my work, all without attempting to make a grid. That changes today.

  • Apr 8, 2024 React Virtual Scroll

    Modern React Virtual Scroll Grid 6 : ScrollTo

    Now that we’ve got unit testing set up and achieved good coverage with our initial tests, it’s time to go back to the plan and implement the next feature on the list. This time we’re looking at providing ScrollTo and ScrollToItem methods for our virtual list control.

  • Apr 2, 2024 Front End

    Vitest Mocking Time

    Last time we achieved a significant increase in code coverage by unit testing the effect of scroll events. As a reminder, here’s what our coverage looked like when we finished up.

« Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Next »