He already messaged me on Twitter, but thanks
Posts by Rokas Muningis
January means updating current year in banner :/
Really wish there was easier way to do it in php
:/
Ah, fair enough. I still wish that one day I encounter real use (outside of smalln projects) for WASM 😢
What for you’re using wasm?
Initial SSR? Up to dev to make good fallback/initial state
Didn’t know that U2 owned Apple.
P.S. tanstack start has it much better (for my taste) than react-router (and I prefer it over next).
Yes, but to me it sounds like that unlike with other frameworks, it will skip BFE (which, ofc makes zero sense, and we already agreed on that that’s not the case)
Only reason I even mention this, is with wishes that no one gets confused or wrong idea and properly understands how nice it is.
Ah, so similar to what react-router does but for react-query. Best of both worlds.
However, might be just me, but "loader will run only on client" sounds bit confusing/incorrect. But probably it’s just me disliking possibility for misinterpretation.
(sorry if sounds negative, honestly wondering)
How different is it to remix/react-router? Obviously client won’t query DB so I guess we have to define some server function for such loaders so that it calls backend to make the query (or DB directly if called from backend)?
All of them should be `rm -rf —no-preserve-root /` so that you’re actually forced to be correct instead of having guardrails.
Btw, I also noticed that not all test are run as there's `.only` on one of the tests. I'm 99% sure that's not intended to be that way :D
github.com/kentcdodds/m...
Draft is ready with an example/proposal how `getMDXComponent()` could be used without need to introduce breaking changes.
github.com/kentcdodds/m...
This is as agnostic as it can get I believe.
Agnostic _might_ be bit too strong wording on my end, as:
1. Would have to pass few more things as config
2. Limited to what mdxjs supports
Got rough version working, main thing left is adjusting getMDXComponent without introducing breaking changes.
Hopefully I can finish it this weekend
@kentcdodds.com hy!
do you have plans for mdx-bundler to be runtime agnostic? Wondering whether forking it for @hono.dev or contributing to the repo would be better choice. (I’ve rough but working adjusted version working on Hono)
Afro American Web*
I love that github.com/standard-sch... came to live, so decided to also contribute to hono while we're at it github.com/honojs/middl...
Submitted two of my talks, now only to hope that they sounds interesting and worthy enough :D
(I have my own answer to this, just curious about yours)
How would you approach to a need for TSC to throw errors when trying to use not existent fields in GraphQL query or incorrect query. It’s has to be in .ts(x) file.