Signing in with a new device involves another already registered device. Once signed in you can register other devices for passkey sign in
Posts by Janosch
Private keys are not bound to a device but with passkeys they are intentionally bound to authenticators (which is usually a phone or laptop or hardware key). You can loose access to a service if you delete a passkey or loose your hardware key
With passkeys no secret is sent over the wire. The "secret" (private key) stays on your device and signs a challenge sent by the server. The server can verify the signature with the matching public key
Let everyone start with level 20, problem solved /s
Using Route Groups maybe? (area) etc. Or using dynamic routes [area]/detail [area]/mystery-level-up
Anyone else flying at warp speed when pressing CMD+Shift+Z on the Codex app for Mac?
Should we resubmit PRs from v3 to v4 or are they being integrated?
Today was the day Codex saved me not just hours. I was working on a small internal tool when I accidentally destroyed my commits that I hadn‘t pushed yet (yes my fault, human mistake here). But all the changes were still in context window, so I had Codex successfully restore all of it. That was fun.
I haven‘t tried them on Swift but it does not surprise me that with so much more React code online that React Native works better
what happens if you give your own blog posts as writing guidelines?
This is usually when I start reviewing the work that has been done
The link to Uniwind is a Github 404. Also have you considered Tanstack Form for Forms over React Hook Form?
nativewind, tanstack query, Flash List, lucide react for icons
I‘ll take on brick off the wall, what‘s the app?
This is readonly right?
Thanks for the article!
Some updates on this. Upgrade to @expo.dev SDK 54 and using SwiftUI in the Procedure and Filter Creation. Makes it much easier to do Form UIs with the native SwiftUI Form
const reverse = (s: string) => s.split('').reverse().join('');
Thanks! The use case actually came from my girlfriend who needs this for her work, so I already got my first user once it is done. I also plan on making it open source to get feedback :)
It uses @tanstack.com form - it makes life so much easier, especially when dealing with arrays and nested fields
I used to work on iOS apps using Swift a couple of years ago but then moved to Typescript and the web platform. I became super slow writing Swift (get it) so I am happy that I can write apps using React & Typescript and other web technologies - while still having the option to tap into native code
I’m exploring Expo and React Native to build a simple app for anaesthetists. The idea is to let them log their procedures, apply filters, and track progress towards case numbers e.g a certain number of pediatric cases or specific types of anesthesia. The app is called ANA|LOG. Work in Progress
Does it include a pun yet?
"Another update missing from the keynote was a rumor about Genmoji, which was said to allow users to combine existing standard emojis, such as a basketball going into a trash can." It was presented in the beginning actually with a Lightbulb and a Sloth. www.youtube.com/live/0_DjDdf...
I like it so far! It really pushed my side project forward and it applies things I tell it correctly. There are some minor things I‘d then fix myself but this is a lot of fun. Wouldn‘t have expected it to come this far with a single prompt. Will try linear integration later this week. Now 👀 WWDC
Alright. I‘m going to play around with it
Got it! Would be awesome though to have that kind of discussion inside the editor no? Feels a bit like the chat interface has moved to a public place. I haven‘t worked with them yet, do you notice advantages over agents running in your editor (I can see the task management being nice) :)
Curious why you moved the conversation with AI to Github PR comments vs. in your Editor before opening up a PR?
With React 19.1 do we get ViewTransitions and Activity on iOS?
You wrote about the things it solves and enables so I‘m wondering what some reasons against them are or where client shines more