jake foraker
728 posts

jake foraker
@jakeforaker
Lead mobile engineer @brainscape
New York, NY Katılım Kasım 2010
242 Takip Edilen68 Takipçiler

Saw @hiaaryan gooey toast concept (via @alibey_10) and thought "I need this now!" 😩
So I vibed code it overnight and shipped it as an npm package
goey-toast — morphing toast notifications for React
- Organic pill → blob → pill animations
- Promise toasts with loading → success/error
- Action buttons, custom styling, full API
- Built on Sonner + Framer Motion
npm install goey-toast
Demo & docs: goey-toast.vercel.app
GitHub: github.com/anl331/goey-to…
English

@anglerfisher2 @IroncladDev For event handling, use actions (async transitions). If you're not on React 19 yet, you can define a custom hook that acts similarly to useTransition(). For data fetching on the server, use RSC and Suspense. On the client, there is no official non-library solution yet.
English

@CozomoMedici @immad As a customer, would pay $20 a pop. $30 if it’s a Toto
English

@immad Airbnb for bathrooms, for when you are out and you gotta go
English

@Kelset But will they fix overlapping modals? Or just keep making cutting edge changes and then verifying everything works with “Hello World”
English

@ChmalSzymon Would it be randomly unstable on iPhone X’s only sometimes on the new arch? If so will pay $
English

@hirbod Same thing happens without reanimated. Brutal. Also see a flash of other modals that shouldn’t be mounted at all. New arch is a pain. Hard to sell to PMs why it’s good. Like a month of work for the app being in a worse state than it was before.
English

@ziusko Not aware. A github link at the very least would be useful
English

Really - why is the keyboard handling still a challenge? 😕 Or people are not aware about keyboard-controller?
Or is there any features that you would like to see in the package? Let me know in the comments 👇
Software Mansion@swmansion
Debugging is no longer the biggest pain point in React Native development! It’s pretty obvious this survey and so many people sharing their opinions helped! 👏👏👏 Surprised to see keyboard handling in top 3, while there is a potential solution ➡️ the keyboard-controller by @ziusko & @margelo_io. Good news? Migration to New Architecture doesn’t seem to be that problematic, as it ranked way below top 10 biggest issues. 🎉 What’s the biggest pain point now? See it yourself 👇 results.stateofreactnative.com/en-US/
English

I’ve been frustrated a lot over the last couple of weeks. Fabric was (and still is) rough, but all my ranting and reports have been heard! Now we’re close to shipping an extremely smooth and efficient app. The @expo video memory leak was the second-to-last piece that got fixed.
English

@RealLudo237 @luke_pighetti `fastlane build`
There is nothing “react” specific about making a prod build
English

@luke_pighetti Using a CI outside of expo to build the apk seems hard (i'm developing an app in RN with expo)
English

@kzzzf so this is a proof of concept? just went through the charade of installing and running...and i dont see it. Joke is on me!
English

@saul_sharma Free bug fix:
keyboardShouldPersistTaps=“handled”
English

@nutlope @togethercompute Cool cool cool. Doesn’t work for the first pdf or .pages document I tried. Why do I need an api key?
English

Announcing llama-ocr – a free + open source OCR tool!
It takes documents (images for now) & outputs markdown, and does really well for complex receipts, PDFs with tables/charts, ect...
Powered by Llama 3.2 vision on @togethercompute & available on npm today!
English

@jpudysz You’ll need to update Sentry to latest, but yes it’s fine
English

@keeslinp @schlimmson Underrated comment.
This question gets asked all the time and I keep this article in my back pocket because I don’t want to explain everything: brainsandbeards.com/blog/2022-dont…
English

@schlimmson I've found that using a list of IDs instead of an array of data can make things a lot more performant for use cases where one item in the list is being updated. Then only one component has to update without needing to do lots of memo/diffing.
English




















