Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jlarky2012
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jlarky2012
3y ago
Hey, one of the authors of B2B SaasKit here :) B2B Saas Kit is the main product - the goal is help you deliver a baseline app very quickly and to modify it to your needs. Prompts with Friends is just an example app - we hope featureful enou
2.
▲
by
jlarky2012
3y ago
I wrote this. React Experimental has added `useFormStatus` hook, which might be unintuitive if you are coming to this from something like Remix where you use something like this: const navigation = useNavigation(); // navigation.s
3.
▲
UseChildFormStatus a wrapper for useFormStatus (React 18.3)
(gist.github.com)
1 points
by
jlarky2012
3y ago
|
1 comments
4.
▲
A comprehensive guide to customizing Tailwind CSS in Astro
(fogbender.com)
2 points
by
jlarky2012
3y ago
|
0 comments
5.
▲
by
jlarky2012
3y ago
remix loaders are similar to trpc procedures and provide type safety, but you have to have a bit of a boilerplate there (15 extra characters) when you use it: const data = useLoaderData<typeof loader>()
6.
▲
by
jlarky2012
3y ago
deployed version https://b2b-saaskit.vercel.app/setup source code https://github.com/fogbender/b2b-saaskit/blob/44ae552d6093a9...
7.
▲
by
jlarky2012
3y ago
it is possible! I've been playing with Astro and shoelace library downloaded from CDN for a use case like that.
8.
▲
by
jlarky2012
4y ago
Congrats guys. Astro+SolidJS is the future :)
9.
▲
by
jlarky2012
5y ago
I was going to post exactly the same. Bonus point you can make it work like that in GitLab (but not GitHub)
10.
▲
by
jlarky2012
9y ago
my thought exactly! At least add work of proof to fight with spam :)
11.
▲
by
jlarky2012
9y ago
I use LastPass because I can access it on mac/linux/windows and android. I especially like it on andorid in terms on usability, since you can set up fingerprint login
12.
▲
by
jlarky2012
9y ago
People also reported that Hillary would win. In reality so far I don't see how 15->16 is different than 14->15
13.
▲
by
jlarky2012
9y ago
Those are great points, my solution don't use Redux, Mobx and React Router and webpack if you can. React itself is great thought, but for some reason it's surrounded by over-engineered yet popular projects.
14.
▲
by
jlarky2012
10y ago
How fault-tolerant is your web server when datacenter has power outage? You can't build fault-tolerant system with one computing node by definition. That means that if you planning to provide proper availability you want to work with s
15.
▲
by
jlarky2012
11y ago
That's actually interesting topic :) Right now we use gulp and gulp-typescript. So far, I like approach that is used in https://github.com/Microsoft/TypeScriptSamples/tree/master/e... but I'm n
16.
▲
by
jlarky2012
11y ago
I'm afraid it has nothing to do with Mumble, since it uses webrtc for voice calls