Live data from Hacker News

Viewing profile — rowsncolumns

rowsncolumns

HN member
Joined
Fri, Jul 17, 2020, 5:54 PM UTC
HN karma
327
Public activity
74 items

About rowsncolumns

Spreadsheet 2 - Composable, declarative Spreadsheet component.

www.rowsncolumns.app

Recent public activity

  1. comment
    Comment #38415818

    SVG or HTML adds a lot of DOM nodes when you are displaying lot of textual content. Personally I found canvas easier to work with, scroll performance was better, less browser bugs,…

  2. comment
    Comment #38414724

    Its a private repository, only users with licenses can view this.

  3. comment
    Comment #38413412

    No. The component is named "Spreadsheet 2". It's based on React framework. Hence the title of this article "React Spreadsheet 2".

  4. comment
  5. comment
    Comment #38412824

    The back-end can be opinionated, allowing developers to choose their preferred stack, whether it's Python, PHP, Node, or Go. In my view, a UI component should not be constrained or…

  6. comment
    Comment #38412718

    There are quite a few methods to measure performance We start of with the FPS monitoring tool which measure the frame rate, memory consumption and GPU sange We switch to devtools->…

  7. comment
    Comment #38412382

    For screen readers, we are planning to add table element with plain text content, with aria regions. We offer support for keyboard shortcuts and navigation, and our platform is nat…

  8. comment
    Comment #38411281

    The demo data is sourced partially from US Covid database.

  9. comment
    Comment #38409820

    The link to single user mode is https://www.rowsncolumns.app/demo?collab=false Thank you

  10. comment
    Comment #38409715

    Please add collab=false to the URL to disable collaboration mode https://www.rowsncolumns.app/demo?collab=false

  11. comment
    Comment #38409708

    Oops... Thank you for letting me know :)

  12. comment
    Comment #38409686

    Created a single user demo for peaceful browsing https://www.rowsncolumns.app/demo?collab=false

  13. comment
    Comment #38409679

    The collaboration mode is getting spammed right now. If you are looking for Single-user mode, its here. https://www.rowsncolumns.app/demo?collab=false

  14. comment
    Comment #38409674

    We do not sync the state with a back-end server. Hence when we have collaboration enabled, there can states that go out of sync You can try single user mode here - https://www.rows…

  15. comment
    Comment #38409586

    Awesome. I have fixed this issue for you.

  16. comment
    Comment #38409442

    Ah. Yes i figured out the issue. Could you share your current location? Are you in the US or Japan? We create a date pattern matching expression based on your current locale.

  17. comment
    Comment #38409427

    Thanks for the feedback. I will look into this. Does the error go away if you just refresh the demo?

  18. comment
    Comment #38409402

    Nothing persists. All the diffs are sent over using Supabase and received by all other clients. The diffs are then applied to create the new state.

  19. comment
    Comment #38409396

    Did you try to enter a date? Any sample text, so that i can try to pinpoint this issue?

  20. comment
    Comment #38409189

    Thank you :)

  21. comment
    Comment #38409140

    I will do some testing on Pixel phones soon. This should be a client-side UI lag. No server is used for the demo. Thanks for the feedback

  22. comment
    Comment #38408987

    I have tested on 32" 4K and 27" 4K and there was no performance issues. Slight degradation on Dell 42" 4K, could be because of the ppi or the pixel ratio, which might be causing ca…

  23. comment
    Comment #38408938

    Please try again. We don't persist data to a database in this demo, hence some of these errors. Pushed a temporary fix

  24. comment
    Comment #38408934

    The demo does not use a back-end service. We are agnostic to back-end frameworks. Some users have used Prisma + Graphql, NoSQL databases etc. The Sheet data structure on the UI can…

  25. comment
    Comment #38408808

    Sorry about that. The demo does not persist data on the server, hence sheet deletions can throw errors.