-
GitHub
NPM
API
Event Sourced
The
event-sourced-spreadsheet-data
module is the heart of InfiniSheet. It’s a common, cross-platform library that implements theSpreadsheetData
interface based on platform dependent implementations of theEventLog
,BlobStore
andWorkers
interfaces. -
GitHub
API
Storybook
InfiniSheet
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
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
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.