Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stoikerty
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
stoikerty
10y ago
You want fun? Move to Nigeria.
2.
▲
by
stoikerty
10y ago
It's hard to describe just how happy I am to see this! Plus they gave us a free polyfill. f'ing awesome
3.
▲
by
stoikerty
10y ago
Here's a link to a CLI utility which will give you a working project in a matter of minutes. https://github.com/stoikerty/dev-toolkit It does depend what perspective you're looking at it from. I appreciate it
4.
▲
by
stoikerty
10y ago
I have a release ready. Just pinned it at 5.0.3 It is similar to `create-react-app` but also has CSS-Modules (with SCSS) and a few other features like Browsersync and root-relative imports. Hope anyone reading this finds it useful :) https
5.
▲
by
stoikerty
10y ago
I'm fairly close to finishing the conversion of my `dev-toolkit` into an npm-module. It is almost no-config, has scss, server-side-rendering, hot-reload and more. I'm a one man band but will get there. It's all on https:
6.
▲
by
stoikerty
11y ago
I can't wait for ghost's API. I've been following their repo for a while, hopefully by next year they'll be far along for it to be usable. Ghost has an excellent editor and it would be awesome to have a static site built
7.
▲
by
stoikerty
11y ago
I agree, nesting has been one of the most helpful parts in SASS to keep everything organised. Nestin is just harder to do right , you need some experience in organising files. Even with the specifity I vastly prefer nesting to a bunch of f
8.
▲
by
stoikerty
11y ago
wait what
9.
▲
React Animated API (Native for Now) and the State Animation in React (Web)
5 points
by
stoikerty
11y ago
|
0 comments
10.
▲
by
stoikerty
12y ago
Yes they can. If you are interested here is how the rendering works. The rendering happens in batches, the first render is always an expensive operation and includes both "paint" & "layout". - The "layout"-
11.
▲
by
stoikerty
12y ago
There is a video that describes "Immediate-Mode Graphical User Interfaces" really well, see: https://twitter.com/stoikerty/status/467047333453381632 There is also a lengthy and insightful blog-post about