1. 19
  1.  

  2. 16

    Those cursive letters are awful on the eyes.

    1. 5

      I was going to comment that the font was the actual mistake lol

      1. 4

        I’m happy for CSS variables as it makes this easy to “fix” and I can get the default I set in my user agent

        @-moz-document domain("jakelazaroff.com") {
        	:root { --font-code: monospace !important; }
        }
        
        1. 3

          What does that link in response to this article mean for you?

          1. 13

            My own interpretation is that React needs to change the Current Right Way of doing things all the time so that the community is always playing catch-up instead of spending that energy on evaluating and switching frameworks with shiny features.

            1. 2

              That and the internal inconsistencies of the model.

              UIs Are Not Pure Functions of the Model - React.js and Cocoa Side by Side

              1. 2

                Correct.

          2. 1

            Depends on how unfamiliar you are with the idea of “shifting complexity”.