Aleksandr Hovhannisyan
Aleksandr Hovhannisyan
@tomvuNexus Oops, you're right :) Thanks for pointing that out! Fixed.
@Svish Hooks are definitely much easier to work with, but you are still going to encounter HOCs in any code base that has class-based components. You can't use hooks in...
That's fine. This article is intended for people who are interested in understanding HOCs. While it's an older pattern, it's still relevant, and understanding why HOCs were used (or even...
Idea: just download the woff2s directly from Google Fonts's font-face CSS for Inter.
@hugmanrique What I ended up doing is following this tutorial instead of using the plugin: https://xuc.me/blog/katex-and-jekyll/ This worked for me and didn't slow down the build speed at all (since...
> I prefer 5 seconds of compile-time rather than rendering math at runtime You are, of course, free to do whatever you want with your own site 🙂 But... >...
@edelstone In terms of UI complexity, I think it would remain simple because we currently scroll any horizontal overflows, right? So it's probably a matter of just adding an input...
> We did just add the switch for hashtag copying and I’m thinking about having a dark mode switch somewhere in the interface so I want to be careful about...
> The correct percentages in the color calculations would also need to be calculated. Right now we multiple by .1, i.e. 10%, consistently; this number would need to be dynamic....
Oh btw, one way to do this: > If we can truly persist all the options across a user's sessions We could use `localStorage` (fully supported by all browsers) to...