Advertisement · 728 × 90

Posts by Rokas Muningis

He already messaged me on Twitter, but thanks

1 year ago 1 0 1 0
Post image

January means updating current year in banner :/

Really wish there was easier way to do it in php
:/

1 year ago 1 0 0 0

Ah, fair enough. I still wish that one day I encounter real use (outside of smalln projects) for WASM 😢

1 year ago 0 0 0 0

What for you’re using wasm?

1 year ago 1 0 1 0

Initial SSR? Up to dev to make good fallback/initial state

1 year ago 2 0 1 0

Didn’t know that U2 owned Apple.

1 year ago 3 0 1 0

P.S. tanstack start has it much better (for my taste) than react-router (and I prefer it over next).

1 year ago 3 0 0 0

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.

1 year ago 2 0 1 0
Advertisement

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.

1 year ago 3 0 1 0
Post image

(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)?

1 year ago 2 0 1 0

All of them should be `rm -rf —no-preserve-root /` so that you’re actually forced to be correct instead of having guardrails.

1 year ago 0 0 0 0
Preview
test: re-enable all tests by muningis · Pull Request #235 · kentcdodds/mdx-bundler What: Ensure that all tests in test suite is ran. Why: Only should support importing named exports test was being run. Which means, any changes in future could potentially introduce bugs. How: Remo...

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...

1 year ago 0 0 1 0
draft: feat(jsx): base for supporting more runtimes by muningis · Pull Request #236 · kentcdodds/mdx-bundler What: Support JSX runtimes other than react. Why: Allow this to be used with other JSX runtimes supported by mdxjs (https://mdxjs.com/docs/getting-started/#jsx) but not limited to. For example, thi...

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.

1 year ago 1 0 1 0

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

1 year ago 0 0 0 0

@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)

1 year ago 0 0 1 0

Afro American Web*

1 year ago 0 0 0 0
feat(standard-validator): Add standard schema validation by muningis · Pull Request #887 · honojs/middleware Group of different Schema Validation libraries authors has agreed on a standard schema, so other libraries, don't have even to care what validation library you're using, as typings and outp...

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...

1 year ago 2 0 0 0
Advertisement
Preview
TypeScript Generics Workshop Welcome By the end of this workshop, you'll be a master of generics and have a good understanding of function overloads, inference, and all the tricks you need.

www.totaltypescript.com/workshops/ty...

1 year ago 1 0 1 0

Submitted two of my talks, now only to hope that they sounds interesting and worthy enough :D

1 year ago 2 0 0 0
Preview
my-query.ts GitHub Gist: instantly share code, notes, and snippets.

gist.github.com/muningis/ef2...

Team uses various IDEs (VSCode, Zed, Vim)

1 year ago 0 0 0 0

(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.

1 year ago 0 0 1 0