HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jjdeveloper

no profile record

投稿

Snakes on a Tennis Court

smh.com.au
1 ポイント·投稿者 jjdeveloper·3 年前·0 コメント

Ask HN: Anyone else have more than one stand up a day?

2 ポイント·投稿者 jjdeveloper·3 年前·2 コメント

Ask HN: Can Bun web sockets create a Liveview alternative?

2 ポイント·投稿者 jjdeveloper·3 年前·0 コメント

Ask HN: If you’ve used both Svelte and React, which is better?

3 ポイント·投稿者 jjdeveloper·3 年前·4 コメント

Astro to be acquired by vercel, speculation

twitter.com
6 ポイント·投稿者 jjdeveloper·3 年前·3 コメント

Htmx is part of the GitHub Accelerator

htmx.org
1,109 ポイント·投稿者 jjdeveloper·3 年前·487 コメント

Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?

126 ポイント·投稿者 jjdeveloper·3 年前·130 コメント

NPM Dependency Manager this should be a new tech job role

8 ポイント·投稿者 jjdeveloper·3 年前·1 コメント

React to LiveView for Performance [audio]

podcast.thinkingelixir.com
67 ポイント·投稿者 jjdeveloper·3 年前·45 コメント

We're obsessed with efficiency, and it's not making us any happier

abc.net.au
4 ポイント·投稿者 jjdeveloper·3 年前·0 コメント

コメント

jjdeveloper
·2 年前·議論
https://archive.is/FUWxi
jjdeveloper
·2 年前·議論
There’s only one real language … JavaScript.
jjdeveloper
·3 年前·議論
Agree, that would be delicious.
jjdeveloper
·3 年前·議論
This feels like it was written by AI
jjdeveloper
·3 年前·議論
Agree, storybook has too many little issues and slows down smaller projects. I too feel it’s ideal for larger, slow moving projects.
jjdeveloper
·3 年前·議論
Where is the $90 million figure from? Was this disclosed somewhere?
jjdeveloper
·3 年前·議論
It’s still growing, those two others have flatlined or shrinking
jjdeveloper
·3 年前·議論
That’s not tailwind code. Would be class="my-4 sm:mb-5 lg:mb-6"
jjdeveloper
·3 年前·議論
Astro removes the html tags and just renders text, so I can’t return a new table row for simple crud setup. Only when it’s a valid table does it not strip out the html.
jjdeveloper
·3 年前·議論
I wanted to go down this route but Astro can’t render table rows without being wrapped in a table tag. Which killed this as an option for me
jjdeveloper
·3 年前·議論
Fly use to not require a credit card and could use the free tier. I setup a few instances just to trial about a year ago, about 6 months ago these instances started costing about $12 per month, I just logged in the other day to discover this. I feel now if I wanted to use their services they would back bill me for these test accounts I wasn’t using. Feel they could have notified me when they started charging so I could have shutdown the accounts.
jjdeveloper
·3 年前·議論
Astro is great … but agree should never mislead users.
jjdeveloper
·3 年前·議論
I don’t understand what you mean? Tailwind is free, sure you can buy prebuilt components but there are even more free ones. Also not making the connection between tailwind and vanilla js and jQuery. Also, it’s ideal if you can get away with just vanilla js, and jQuery isn’t that bad although Alpine is perhaps a bit better choice these days.
jjdeveloper
·3 年前·議論
Next.js is good overall. It has changed a lot over time and has some things that were not ideal like the whole getserversideprops and getstaticprops but the new App directory I am really liking, the new changes work more inline with my mental modal of how things should work.
jjdeveloper
·3 年前·議論
good correction
jjdeveloper
·3 年前·議論
Does this work with Astro (or Next.js)?
jjdeveloper
·3 年前·議論
I think I’ll just stick with Dreamweaver for now
jjdeveloper
·3 年前·議論
It saves all previous messages in an array of messages so it ‘remembers’ the conversation from the beginning. So when you post your message you’re also posting the complete message history. So it’s kind of not recording in the sense that it will give your conversation content to other users.