Mark Dalgleish
Mark Dalgleish
Fixes #240 I added a test case that fails against the original implementation. This comes with a bit of a perf hit but unfortunately there's no way around it if...
It'd be great if users could make their designs stateful. My thinking is that we could do this in a code-oriented way by allowing usage of React hooks like this:...
See changesets for details. Note that I've added an "authentication" toggle to the example app so you can play around with it, but I've left it toggled off by default....
Fixes #631. The main use case for this is to let you configure mainnet for ENS while excluding it from the list of chains available to users when building an...
In order to better support the React Native integration, I also added a `precomputeNumericValues` function to the `core` package since the existing logic returns strings of CSS values which React...
As a module author, I want a standard CSS-in-JS format to allow me to **provide my styles agnostic of whatever runtime or UI library the parent app is using**. As...
This fixes an issue where rejecting the WalletConnect request would leave you with an unusable QR code.
## Progress - [x] RFC: https://github.com/remix-run/remix/discussions/5083 - [x] PR: https://github.com/remix-run/remix/pull/5229
This adds the new packages to the Changesets config, reimplements the Changesets patch from Remix, and updates the experimental flow to be manually triggered via GitHub, just like Remix. As...