Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aidenyb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
aidenyb
10mo ago
This is great. I've been using code-server to embed VSCode into the browser and been missing the terminal functionality. Excited to try this out.
2.
▲
Show HN: I made your coding agent 55% faster at front end
(react-grab.com)
2 points
by
aidenyb
10mo ago
|
0 comments
3.
▲
Show HN: Grab elements from your page and give it to AI
3 points
by
aidenyb
11mo ago
|
0 comments
4.
▲
Show HN: Tool to visualize any React app
(react-explorer.com)
4 points
by
aidenyb
2y ago
|
1 comments
5.
▲
Show HN: Reverse Engineering React.js Internals
2 points
by
aidenyb
2y ago
|
0 comments
6.
▲
Show HN: Scan for React Renders
(github.com)
2 points
by
aidenyb
2y ago
|
0 comments
7.
▲
Show HN: Million Lint – ESLint for Performance
8 points
by
aidenyb
3y ago
|
1 comments
8.
▲
by
aidenyb
3y ago
Holy crap you're right, that was a VERY large image, fixed: 18.5MB -> 21KB
9.
▲
by
aidenyb
3y ago
hi, this is aiden around 2 yrs ago, i messed up benchmarks in the past with million v1. i'm sorry about putting out false information. once the reddit post came out i stopped working/advertising million entirely. i then spent 3 mo
10.
▲
Show HN: Million 3 – Optimizing compiler for React
(million.dev)
97 points
by
aidenyb
3y ago
|
54 comments
11.
▲
Show HN: I made a tool that makes React faster automatically
15 points
by
aidenyb
3y ago
|
1 comments
12.
▲
Million.dev
(million.dev)
2 points
by
aidenyb
3y ago
|
0 comments
13.
▲
Virtual DOM: Back in Block
(millionjs.org)
3 points
by
aidenyb
3y ago
|
0 comments
14.
▲
by
aidenyb
4y ago
Million was originally created as a Virtual DOM -- and still ships as a Virtual DOM. More recently, Million added an optional react compat library in order to make it easier for users to learn about Million. I'm open to different ways
15.
▲
by
aidenyb
4y ago
Thanks! We're planning on adding a benchmark soon: https://github.com/aidenybai/million/issues/37
16.
▲
by
aidenyb
4y ago
Thanks for the feedback, Million has a React compat layer https://millionjs.org/docs/start-here too
17.
▲
by
aidenyb
4y ago
That's a fair point, seems like the current issue owner is inactive on the task, I'll go in myself and start work on a benchmark. Million started out as only a virtual dom (and therefore was never added to the js-framework-benchma
18.
▲
by
aidenyb
4y ago
Author of Million here -- Don't trust my benchmarks at face value! Always run your own benchmarks
19.
▲
by
aidenyb
4y ago
This sounds like a websocket version of Astro ( https://astro.build )! Very cool stuff.
20.
▲
by
aidenyb
4y ago
I have yet to explore this area, I'll check out S.js!
21.
▲
by
aidenyb
4y ago
Check the value prop: https://github.com/aidenybai/million#what-is-million
22.
▲
by
aidenyb
4y ago
I'm aware! AFAIK it's just a auto memoizer for React currently
23.
▲
by
aidenyb
4y ago
Hey, author here of this Show HN post. I appreciate all the comments on the post, but I would appreciate if content you post is on topic. I love the discussion about HN culture but I don't think it's relevant to this post, and it&
24.
▲
by
aidenyb
4y ago
Million's docs uses https://github.com/shuding/nextra , which uses React + Next.js for underlying code
25.
▲
by
aidenyb
4y ago
Not sure why that's happening, looking into it
26.
▲
by
aidenyb
4y ago
Not similar to SolidJS in internals (fine grained rendering), but same idea of compiling JSX and optimizing it beforehand
27.
▲
by
aidenyb
4y ago
Just to add on here, the Preact author made a generalized utility for tagged template => vnode conversions: https://github.com/developit/htm
28.
▲
by
aidenyb
4y ago
I made some adjustments to the README [1], thanks again for the helpful feedback. [1] https://github.com/aidenybai/million#readme
29.
▲
by
aidenyb
4y ago
Thanks!
30.
▲
by
aidenyb
4y ago
I love the work done by the Lit team (I assume you're a contributor?). It's really fantastically designed, as you mentioned with bundle size/rendering speed/etc. I'm sure that Lit's implementation is very effic
More ›