would this be a standalone library
See original GitHub issueI 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:
- Created 5 years ago
- Comments:21 (20 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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!
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 usereact-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)