Chris Thomas

Results 11 issues of Chris Thomas

Cache the child props to prevent React from re-rendering unnessesarily. The biggest culprits were the default accessors. The defaults for each attribute are now computed once, and re-used when required.

Rebased https://github.com/uber/react-vis/pull/1253 and fixed up the tests. Changes the usages of `componentWillReceiveProps` to `componentDidUpdate`. This does change up the timing a little but, which is why there is an extra...

Change the import paths so they no longer look like node_module imports. Project relative can still be done, but using the `~/` prefix.

Storybook is an easy to use UI to enable testing out features. This allows storybook to pick up changes from react-vis/src so that it can be used while developing components.

Due to the way that the Highlight component handles the mouse events, it is pretty much required that it is one of the last children of the XYPlot. Since it...

React 17 adds support for async rendering which will need some testing and tweaking to properly support. It explicitly removes support for various lifecycle methods on class components: ``` componentWillReceiveProps...

First of all a huge thank you for this project! I noticed that the typing for the hooks seems to be a little wonky. This is reporting errors ```typescript hook:...

### What are you trying to do? While trying to get around https://github.com/dagger/dagger/issues/7401, I tried to keep the `@field` as a string, but then just type a custom property. ```typescript...

area/sdk
area/sdk/typescript

### What are you trying to do? I'm trying to use a literal type in order to have better typing in my dagger code. I have a field like this...

area/sdk
area/sdk/typescript

### What are you trying to do? Trying to pull down more history for a ref than just the single commit. The request is to have a property on the...

area/sdk