question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

would this be a standalone library

See original GitHub issue

I created a complex Table component based on Grid of react-virtualized, I’m rewriting it now, and I’m not sure that should I use this library directly or wait for it being merged into react-virtualized as v10.

I love the simplicity of this library compare to react-virtualized, seems the original purpose of this repo is an api experimental for react-virtualized v10, I’m using some apis like onScrollbarPresenceChange from react-virtualized which are not available in this library, but I could implement them on my side if I choose to use this library. So I want to make sure what’s the future of this library.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:21 (20 by maintainers)

github_iconTop GitHub Comments

3reactions
bvaughncommented, Jun 9, 2018

This library will be released as react-window and will not be merged into react-virtualized. Initially, I considered releasing these API changes as version 10 of react-virtualized but decided against it because I don’t intend to support as many types of components (like Collection or Masonry) and I don’t want to make people choose between upgrading and losing functionality or staying on an old version.

I hope react-virtualized will continue to be maintained and released in parallel with this library, and I think there are some lessons learned here that could improve performance for react-virtualized- but that’s it.

Whether you should build on top of this or react-virtualized is up to you. I won’t promise to support all of the API surface for react-virtualized here (e.g. onScrollbarPresenceChange). I think the API surface for react-virtualized got too big and hard to maintain and I’d like to avoid that with this library.

Cheers!

1reaction
nihgwucommented, Mar 26, 2019

Here it is, BaseTable with frozen rows and columns support and other features, but based on react-virtualized right now, I planed to migrate to use react-window in the next version I didn’t expect it would take so long to open source it (I’m a bit busy with other stuffs)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stand-alone Library Projects - GNAT User's Guide
A stand-alone library is a library that contains the necessary code to elaborate the Ada units that are included in the library. A...
Read more >
Manage Stand-alone Libraries
While typically not needed or recommended, you can create a stand-alone Library; that is, a Library that is not associated to a community....
Read more >
Create your Standalone Angular Library in 10 minutes
Learn how to create an Angular library with NgCLI and produce an Npm package. It's a step by step guide with tips and...
Read more >
use library drive as standalone
Hi, Does it work when the IBM LTO drive (SAS,FC) is pulled out of the library and connected to the PC as standalone?...
Read more >
Why does my standalone application not load a shared ...
I then create a standalone application using the Microsoft Visual Studio .NET 2003 IDE that implicitly links against the MATLAB Compiler generated library....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found