Phil Holden
Phil Holden
I have been using Radium to do runtime themable components. A bit like how with SASS Bootstrap you have theme variables you can configure ([see Egghead series](https://egghead.io/playlists/react-recompose-theme-with-context-for-ui-library-customization-533a4e94)). This is possible...
Just watched the React Europe talk. Sounds like a cool component. But I was thinking what you really want to know is will the mouse enter the component not is...
### Describe the bug I am going to call `c` an L-shaped dependency (but triangular may be better): ```javascript let a = $state(1); let b = $derived(a * 10); let...
Looks like Cloudflare workers do not support FinalizationRegistry so cannot use AutoMerge there. Total Upload: 2446.27 KiB / gzip: 914.51 KiB ✘ [ERROR] A request to the Cloudflare API (/workers/scripts/wrangler-init)...
We want to be able to start the layout in a given state e.g. for an iFrame we want to pass in the `src` as `props`. If we have a...
Need to align pane boundaries to pixel boundaries browsers do a good job of this except on high DPI displays. We need to round `splitRatio * width` to an integer...
Detect pixel density and increase canvas for merge/split overlays size accordingly
- need to delete dividers when a join happens in first pass - run second pass from parent node for joins, merges, splits and split ratio changes
I have moved over to using Flow types rather than PropTypes. I had a go at using this with Ecology and was surprised to find it worked pretty well my...