-
``` bash
WARN deprecated dmg-license@1.0.11: Disk image license agreements are deprecated by Apple and will probably be removed in a future macOS release. Discussion at: https://github.com/argv-min…
-
Starting to think about `v3` but not necessarily new features that pops up but rather breaking changes in APIs.
1. Move away from second argument as function to object based to allow passing `forwa…
-
https://beta.nextjs.org/docs/styling/css-in-js
https://react.dev/blog/2022/03/29/react-v18#what-is-concurrent-react
https://github.com/reactwg/react-18/discussions/70
https://react.dev/blog/2…
-
Hello,
and thanks for a great library!
I'm trying to make a theme provider with export through react context. Problem is that the `goober` is using a default value in the context, so I can't updat…
-
I would like to hide columns on a button click,
I am able to update the data for the columns but the data doesnt refresh,
also the grid.refresh('all'), seems to do nothing, no errors or output,
…
-
Hello and thank you for pushing the CSS-in-JS ecosystem forward! :)
Source maps help trace and debug where a given style comes from.
I saw the Babel plugin already supports readable classNames, …
-
I'm collecting some esm + jest + react + enzyme "real world" issues as I'm going here:
https://github.com/kenotron/esm-jest/
1. On https://github.com/standard-things/esm/blob/33ee0ac7e8c7aec7db176…
-
Many people have been looking for some way to dynamically size villages rather than having a fixed radius. I suggest a system like in the game Eco, where the player can buy a "claim token" (read, goo…
-
I need to recreate this in a better way.
So there will be 2 separate packages: dfcore.js and sparkscript itself. dfcore.js is going to be imperative and sparkscript is going to be a bit declarative…
-
Has the official considered using css string props like emotion?
```tsx
import { css } from '@emotion/react'
const color = 'darkgreen'
render(
This has a hotpink background.
)
…