Art Sk
Art Sk
### Problem For now we store user settings to local storage. localStorage is good for caching data, but never as a user settings storage. ### Solution Implement new api crud...
On large tree (with multiple sub nodes) component freeze browser. Solution: add debounce. ex.: ``` onFilterTextChange(text: string) { if (this.debouncedFilter) { clearInterval(this.debouncedFilter); } this.debouncedFilter = setTimeout(() => { this.filterText =...
Hi! We are very interested in this library and have some questions about you plans on this lib: 1. Will you support this repo in future? 2. When will be...