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 »
  • Apr 14, 2025 TypeScript

    TypeScript Error Handling

    All real world code needs error handling. Like any common concern, code is easier to understand and maintain if you have a consistent approach.

  • Apr 7, 2025 TypeScript

    TypeScript Semantic Versioning

    The JavaScript npm ecosystem is built on the foundation of semantic versioning. Without semantic versioning, how could you possibly manage upgrades to the hundreds of dependencies accumulated by any real world project?

  • Mar 31, 2025 Front End InfiniSheet

    Upgrading to Vitest 3, Vite 6 and React 19

    There are three big outstanding updates that have been hanging over me for a while. React 19, Vite 6 and Vitest 3. Vite and Vitest are at the heart of my development process. React is the dependency for my front-end packages. Understandably, I’m nervous given my experience the last time I did a round of major updates.

  • Mar 17, 2025 React Spreadsheet TypeScript

    React Spreadsheet: Layered Data

    Last time, I created a reference implementation of the SpreadsheetData interface, including support for editing. Connect it to my VirtualSpreadsheet front end, and boom, you have an editable empty spreadsheet.

  • Mar 10, 2025 React Spreadsheet InfiniSheet

    React Spreadsheet: Editable Data

    We’re on a roll, steadily filling out the Infinisheet architecture diagram with actual implementations. I’ve created a React based spreadsheet frontend that reads data via a common spreadsheet data interface.

  • Mar 3, 2025 React Spreadsheet

    React Spreadsheet: Release Ready

    Last time, I left you with a laundry list of things to do next. In the end, I decided to try and do all of them, with the unifying theme of getting react-spreadsheet ready to release.

  • Feb 24, 2025 Front End Blog InfiniSheet

    Publishing the InfiniSheet Storybook

    I finally have a storybook that I’m happy to publish. Now I just have to figure out how to get it onto thecandidstartup.org and tie it into the website navigation structure, as well as the existing Typedoc API documentation.

  • Feb 17, 2025 Front End

    Hacking TSDoc support into Storybook

    Last time, I put together a storybook for my InfiniSheet project. There was one outstanding issue.

  • Feb 10, 2025 Front End InfiniSheet

    Building the InfiniSheet Storybook

    Now that I have Storybook bootstrapped, I’m going through all my InfiniSheet components creating stories. The process is mostly really straightforward. However, I am finding cases where I need to use additional Storybook features.

  • Feb 3, 2025 React Spreadsheet

    React Spreadsheet: Edit Ready

    It’s been a couple of months since I last worked on features for my scalable React spreadsheet component. I got distracted by adding Playwright and Storybook to my arsenal of development tools. The next step is to add all my components to Storybook and publish it as part of my documentation set.

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