GitHub

Pinned Loading

  1. React component to cover text you do not want visible until user interaction

    TypeScript 7 1

  2. App skeleton with Next, TypeScript, ESLint, Prettier.

    TypeScript

  3. Showing an example of a project with a Netlify Function that deletes all verified form submissions when they are submitted.

    JavaScript

  4. 1

    # Inclusive Web Design Summary

    2

    This summary is an amalgamation of a few sources linked below and by no means an exhaustive authority. It should be treated as a developer guide and more detailed sources should be consulted when developing any web features. For example, the book and links mentioned below also include practical examples and more detail on ARIA roles and markup etc.

    3

    - [Writing HTML with accessibility in mind](https://medium.com/alistapart/writing-html-with-accessibility-in-mind-a62026493412)

    4

    - [Writing JavaScript with accessibility in mind](https://medium.com/@matuzo/writing-javascript-with-accessibility-in-mind-a1f6a5f467b9)

    5

    - [A11ycasts](https://www.youtube.com/playlist?list=PLNYkxOF6rcICWx0C9LVWWVqvHlYJyqw7g)
  5. 1

    # Lazy Person's Lazy Image Lazyloader

    2

    _Though you could probably do it EVEN MORE lazily if you wanted #justsaying #doesntreallymatter._

    3

    
                  

    4

    I mashed this in here from a Vue component where I had a little bit more going on with props etc. but the same end result. If I open up the devtools Network tab I can see the high resolution images loading in after the rest of the page. Big perf wins!

    5

    
                  
  6. A twitch chat bot based off tmi.js

    JavaScript 1

Read the original on github.com ↗