Andrew Magalhães

Results 6 comments of Andrew Magalhães

The problem with useEffect is that you lose SSR, causing SEO problems

In my opinion, the `persister` should only be an extra layer for performance optimization. If the way I store and fetch local data is too complex, I would just change...

That also happened to me using Remix 1.14.0 (cloudflare runtime).

Hey, I can help with Brazilian Portuguese.

Yeah.. For now I created a separate class to parse the body: ```tsx const data = bodyParser.parse(formData) // handles nested fields with dot/bracket notation const { email, password } =...