ELA VEM 🚀
@lauradotjs é Senior Software Engineer na Clerk e é mais uma speaker confirmada no Front in Floripa 2024 💚
Já garantiu sua vaga? Últimos ingressos disponíveis 💨
▶️ frontin.floripa.br
The DX of framer-motion is just mind-blowing and it keeps surprising me
With just a few lines of code, you can get this whole layout animation without having to worry about manipulating the DOM and CSS from scratch
Já que voltamos oficialmente, passando pra avisar que vou estar palestrando no @frontinfloripa desse ano 🚀
Vamos falar sobre a construção de produtos focados para desenvolvedores com bibliotecas open-source no ecossistema de JS
I'm having so much fun in the process of shaping the product with my current team
We jump on a call whenever, get an Excalidraw in place, and navigate through problems
Things just flow naturally, and that's what makes it exciting to envision the final thing launching
One of our most requested updates is finally here—it's now possible to host multiple Clerk apps under the same domain!
To make this happen, we rearchitected the way Clerk sets and handles cookies. This allows you to:
• Use the same domain for both production and staging environments.
• Host multiple products on the same subdomain.
• Develop multiple apps on localhost simultaneously.
No changes are required on your end. Just make sure your Clerk SDKs are up to date to take full advantage of this improvement. It's fully backwards compatible, and we've been rolling it out gradually to ensure a smooth transition without any extra effort from you.
clerk.com/changelog/2024-09-…
The best feeling is when you find a GitHub repo that you've worked on years ago and end up feeling embarrassed with the code quality
You're not stagnating, you've been growing since then
I have been coding React for years, and now and then I need to recap its core terminology
The difference between components, elements, instances, and snapshots + the inner workings of the library
Saiu o episódio do podcast Devs de Elite da Coders! 💚
Foi uma experiência sensacional poder contar a minha história desde o primeiro emprego como Dev Jr em 2019
youtube.com/watch?v=xUkyhXZq…
Lots of talk here about whether or not you should roll your own auth. We did it... and then we migrated to @clerk
One of our engineers (who doesn't use X, which is why he ships), wrote about the experience - see link below!
Administrators can now limit how many organizations their users are allowed to create with a new option.
Set the default limit for your application, then customize the number per-user inline with their plan from the dashboard or API.
clerk.com/changelog/2024-08-…
Earlier this year I bought howauth.com 👀
This is my next big project, on creating an interactive platform to teach the fundamentals of how authentication works on the web
We’re thinking about how we can leverage RSCs for our components a lot at Clerk. Current exploration is deferring routing to the host, having our server render our components, and loading client modules from our server after hydrating.
Easy to iterate with component API in place