Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stereobooster
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: Facets – client-side faceted search
(github.com)
4 points
by
stereobooster
3y ago
|
1 comments
2.
▲
by
stereobooster
3y ago
Think of it like Algolia, Typesense, Meilisearch, but done without server - directly in the browser. Online demo: https://facets-demo.stereobooster.com/
3.
▲
Show HN: Hiring Process
(github.com)
4 points
by
stereobooster
7y ago
|
2 comments
4.
▲
Function vs. Object
(stereobooster.com)
3 points
by
stereobooster
7y ago
|
0 comments
5.
▲
Show HN: Dev.wtf – Developer's Reference
(stereobooster.com)
1 points
by
stereobooster
7y ago
|
0 comments
6.
▲
Show HN: Type Systems FAQ
(stereobooster.com)
1 points
by
stereobooster
7y ago
|
0 comments
7.
▲
TypeScript: Type vs. Interface
(stereobooster.com)
2 points
by
stereobooster
7y ago
|
0 comments
8.
▲
Introduction: From Function to Closure
(stereobooster.com)
1 points
by
stereobooster
7y ago
|
0 comments
9.
▲
Show HN: The Button
(github.com)
9 points
by
stereobooster
7y ago
|
0 comments
10.
▲
by
stereobooster
8y ago
Thanks for this response, this is very helpful. I will update post with this concern
11.
▲
Fullscreen mobile modal: how hard can it be?
(github.com)
56 points
by
stereobooster
8y ago
|
43 comments
12.
▲
What are types (in type systems)?
(github.com)
1 points
by
stereobooster
8y ago
|
0 comments
13.
▲
How to Handle JSON Based APIs in FlowType and TypeScript
(github.com)
2 points
by
stereobooster
8y ago
|
0 comments
14.
▲
Opaque types and how they could have saved Mars Climate Orbiter
(github.com)
2 points
by
stereobooster
8y ago
|
0 comments
15.
▲
Small practical guide on Flow and TypeScript for JavaScript developers
(github.com)
2 points
by
stereobooster
8y ago
|
0 comments
16.
▲
by
stereobooster
8y ago
Module size is ~7Kb. A detailed comparison is here https://github.com/stereobooster/react-ideal-image/blob/mast... > The discussion on performance is too focused on mobile Because mobile users have a slowe
17.
▲
by
stereobooster
8y ago
But not this component. This component will load images without JS. Test it yourself https://stereobooster.github.io/react-ideal-image-experiment...
18.
▲
by
stereobooster
8y ago
What you are talking about is more like graceful degradation. If server side rendering is used you will be able to see content ASAP, but not able to scroll, because interaction is blocked by JS. But if you will visit page with JS disabled y
19.
▲
by
stereobooster
8y ago
Oh yes. More than one
20.
▲
by
stereobooster
8y ago
This component supports solid color as placeholder. The same way as Google Images or Pinterest do
21.
▲
by
stereobooster
8y ago
I'll definitely take your use case into the consideration in the future
22.
▲
by
stereobooster
8y ago
Ok I see your use case: you load page on good connection, then connection get worse and images are not loaded when you scroll to it. This component allows to retry image load (click on it). It can be even more smart, like if network is good
23.
▲
by
stereobooster
8y ago
It supports retina/3x. Provide big enough image and it will use it. It takes into account `devicePixelRatio` > maybe default max width of 100% on mobile? It is. > optional ability to overlay an empty full size block so the image
24.
▲
by
stereobooster
8y ago
It supports SVG placeholders. SVGs need to be converted to data URIs, like `data:image/svg+xml,%3csvg xmlns='...`, and it works the same as LQIP. You can use https://github.com/stereobooster/sqip.macro to gen
25.
▲
by
stereobooster
8y ago
Can you explain why?
26.
▲
by
stereobooster
8y ago
Read this https://github.com/whatwg/html/issues/2806
27.
▲
Show HN: An Almost Ideal React Image Component
(github.com)
106 points
by
stereobooster
8y ago
|
59 comments
28.
▲
There a lot of type systems in JavaScript world. I listed them all
(github.com)
1 points
by
stereobooster
9y ago
|
0 comments
29.
▲
Fields in package.json explained, including unofficial
(github.com)
2 points
by
stereobooster
9y ago
|
0 comments
30.
▲
Show HN: CSS-in-JS 101: All you need to know
(github.com)
6 points
by
stereobooster
9y ago
|
0 comments
More ›