aspen icon indicating copy to clipboard operation
aspen copied to clipboard

Most advanced nested tree renderer for React apps

Results 8 aspen issues
Sort by recently updated
recently updated
newest added

Aspen being an open-source project which is now being depended upon by some very important organizations, and individuals, it is important that I share the current state of where it...

discussion

This thread will be used to track and discuss the next leap in super-performant tree rendering on planet Earth - Aspen 2. The next version of Aspen has the following...

enhancement
discussion

Reproduction: https://codesandbox.io/s/sweet-mestorf-jcqoo?file=/src/App.js In short, I have to track the path of the file that is currently selected. It can be changed externally (i.e. not from the tree), as in the...

This breaks style scoping, as the attributes which allow my styles to apply are not properly passed through to the input

``` Uncaught Error: orphaned/detached FileEntries don't have path (except Root) at FileEntry.get path [as path] (FileEntry.ts:78) at ItemRendererWrap.updateCachedItemPath (ItemRendererWrap.tsx:70) at ItemRendererWrap.componentDidUpdate (ItemRendererWrap.tsx:53) at commitLifeCycles (react-dom.development.js:20684) at commitLayoutEffects (react-dom.development.js:23426) at HTMLUnknownElement.callCallback...

`@atom/watcher` is unmaintained and only supports Electron 12. Electron is all the way up to major version 16 now. Perhaps you should recommend something else such as `chokidar`, or `sane`...

Right now, when searching for "react tree" on NPM, `aspen-tree-model` and `aspen-decorations` don't show up until page 5. However, `react-aspen` is still nowhere to be found until page **28**! This...

enhancement
help wanted