I remember Lars once telling me about this package and I hoped ever since he would open-source it.
Well... the day is finally here!!
@alem.forge42.dev
A journey of a thousand miles begins with a single step π¨βπ» Co-founder @forge42.dev π Helping you learn remix.run π€ remix-development-tools, remix-hook-form, remix-toast, vite-plugin-icons-spritesheet, remix-client-cache creator πΉ YouTube AlemTuzlak
I remember Lars once telling me about this package and I hoped ever since he would open-source it.
Well... the day is finally here!!
I'm down, feel free to DM me when done βοΈ
Yes, although how is the API complicated?
You just point it to an input and output folder and that's it.
I'm open for PR's anytime, quite busy lately and can't maintain everything alone.
If not for you I'd probably never visit BlueSky π
I saw this PR but haven't had the time to dedicate myself to actually review it properly. Definitely will do it soon π₯
Sure thing
I can talk about tanstack ai/devtools π
TanStack AI just crossed 1k stars in a little bit more than 24 hours π€―
Thank you so much everyone! π
TanStack AI teaser #4 - Type-safe message metadata π
- Every content chunk supports additional metadata based on the provider
- Every chunk allows you to pass in metadata to be sent along the chunk
- Constrained to provider you're using
TanStack AI teaser #3 - Type-safe message modalities π
- Selecting a model constrains the input modalities to what the model supports
- Changing the model warns you if you're sending a modality the model doesn't support
- Warns you if changing adapters and models causes issues
TanStack AI teaser #2 - Type-safe providerOptions π
- Provider options are typesafe based on provider + model combinations
- If a model doesn't support an option, TS errors out
- Changing between models tells you if you're using unsupported features
TanStack AI teaser #1 - Devtools π
- Unparalleled observability
- Token spend
- Detailed tool calling information
- Server/Client infromation
- Chunk detailed overviews
- Registered tools
Check out the demo of @tanstack.com AI devtools below π
I think I even applied once but never got a reply π thank you FranΓ§ois!
The future of @ReactRouter devtools is here! π₯
- Support for data/declarative mode π
- Middleware support π
- Real time event system ingestion with filtering π
- Huge UI/UX improvements π
And so much more! π
Check out the release video below π
Thank you Thomas! Really appreciated!
Unfortunately no π
It was just an in person event, I can link to the repo
I just did a talk at a conference called "JS is so much more than your favorite framework" where I explored a lot of browser APIs and built a custom framework with vanilla JS to showcase what is possible
nuqs stargazers count: 9001
Dragon Ball Z meme: "It's over 9000!"
nuqs has passed 9k stars π
Thank you everyone! π«Ά
Today I created a video on how to use @react.dev 19 to add metadata to @reactrouter.com without the pitfalls! π
- No duplicate titles or descriptions
- add custom prefix to your app
- no issues with initial page load
- and more!
Check it out here:
www.epicweb.dev/tips/react-1...
Sign up for the @reactrouter.com Workshop on November 6th, by my Co-Founder @alem.forge42.dev!
Donβt miss out on the Early Bird Prices!
Listen to Artem! He knows what he's talking about!
It's been a long time coming and I'm super excited to announce my first @ReactRouter live workshop! π
Join me in November where I'll teach you all about using React Router to paint your users screens with data! π₯
Grab the early bird discounts below:
www.epicweb.dev/events/react...
Man that sucks, they should allow you to configure this, and I don't think it's a super complex thing to add to your product.
Tabs exist to solve spacing issues.
Devs: we only use spaces here because I don't know how to configure my tab width on Github.
After I migrated an app from Next.js to React Router I discovered something shocking about Next.js I didn't know about and I wanted to talk about it.
Check it out here:
youtu.be/L6O-qOwhKa4
That's super cool! I'm happy to hear that!
Two days ago I made a promise to record a video on how to migrate from @nextjs.org to @reactrouter.com , well, I also added @tanstack.com Start as a bonus.
I have you covered for whatever framework you want to go to!
Find the video here:
youtu.be/SrOgvTSbNJ0
Iβve Tried Solid.js, Now Iβm Starting to Hate React, by @alem.forge42.dev:
https://alemtuzlak.hashnode.dev/ive-tried-solidjs-now-im-starting-to-hate-react
#solidjs #react #jsx #apis #webcomponents
I got bitten by polyfills in Angular the other day, they polyfill the global dispatchEvent event with their own shim which doesn't support CustomEvents!