🇬🇧/🇨🇦 living in 🇪🇸
Anybody I know going to DevFest? TBC but I'm likely to be there on Friday.
Anybody I know going to DevFest? TBC but I'm likely to be there on Friday.
Hopefully this is hit-me-with-a-wrench-security equivalent, I think?
Hopefully this is hit-me-with-a-wrench-security equivalent, I think?
Login anywhere with a yubikey tap for BW, 2fa with another yubikey tap, done.
Login anywhere with a yubikey tap for BW, 2fa with another yubikey tap, done.
Classes had their issues, but at least they behaved the same way as all the rest of my codebase.
Classes had their issues, but at least they behaved the same way as all the rest of my codebase.
```
export { createRoot } from "[email protected]";
```
Build, console shows:
> Bundle size is 28 kB -> 10.1 kB (gzip)
For 19.2.0, just change the dep to "[email protected]/client".
I haven't used bundlejs before, so it is always possible I'm holding it wrong somehow!
```
export { createRoot } from "[email protected]";
```
Build, console shows:
> Bundle size is 28 kB -> 10.1 kB (gzip)
For 19.2.0, just change the dep to "[email protected]/client".
I haven't used bundlejs before, so it is always possible I'm holding it wrong somehow!