Skip to content

Instantly share code, notes, and snippets.

View silvia-odwyer's full-sized avatar
🎲

Silvia O'Dwyer silvia-odwyer

🎲
View GitHub Profile
@Strum355
Strum355 / README.md
Created March 12, 2019 23:25
Noto Sans Installer and Config Generator

Noto Sans Config Generator

Downloads and installs all Noto Sans fonts and prints a config section to be added to your ~/.config/fontconfig/fonts.conf

How to use

  1. Run the download.sh file
  2. Copy the output XML and pasted it before the final closing </fontconfig> tag in your ~/.config/fontconfig/fonts.conf file

Flags

@ugiacoman
ugiacoman / Client-Loading-Example.md
Last active June 24, 2022 20:50
SSR + CSR using next.js

Whether your component relies on client-side features or you are using 3rd party components that are not designed for server-side rendering, sometimes you'll want to defer rendering until on the client. For our example, we'll be using react-chart-2 to load a Doughnut chart.

Doughnut

You'll need a next project and to install chart.js + react-chartjs-2.

$ npm install --save chart.js react-chartjs-2