|
|
|
|
|
by harinijan
1719 days ago
|
|
BaseRow in my understanding is a no-code database very similar to Airtable, however we are building a low-code platform which shows your Firestore database in an Airtable-like experience. Which means no limitations that comes with a no-code platform like scalability, not synced to your production apps, limited storage, and inability to control access at a granular level, feature limitations. With Rowy, you can not just view your Firestore data in Airtable-like UI but also build cloud functions, connect to any third party tool, use NPMs and APIs right in the browser without the hassle of CLIs, terminals or native consoles. |
|
Reading through the infinite scrolling PR [1] it looks like scrolling isn’t virtualized (like Airtable’s) so the browser will start choking when it has too many elements in the DOM.
[1] https://github.com/rowyio/rowy/pull/29