The Candid Startup
Posts Topics Projects About Contact

Projects

Enough talk, show me something real

  • GitHub API Storybook InfiniSheet
    All about the "infinisheet" monorepo

    I’m building an implementation of a cloud based, open source, serverless, customer deployed, scalable spreadsheet in the infinisheet monorepo on GitHub.

  • GitHub NPM API Storybook React Spreadsheet
    All about the "@candidstartup/react-spreadsheet" package

    The Infinisheet apps all use react-spreadsheet for their main UI. This package contains a React component built on react-virtual-scroll that implements the classic Spreadsheet UI we all know and love. The component retrieves the data needed to render the spreadsheet on demand, using the spreadsheet-data interface.

  • GitHub NPM API Storybook React Virtual Scroll
    All about the "@candidstartup/react-virtual-scroll" package

    I’ve started coding again. For my first project, I’ve chosen to build yet another React virtual scrolling library. You can find it on GitHub and NPM.