Personal blog, collection of knowledge, tips and tricks.
Joschua SchneiderThis blog-style collection helps me to document often used hooks, functions and configurations/setups. I use this as a central database to boost my efficiency as a developer and share what I have learned with others.
setup
gatsby
tailwindcss
postcss
purgecss
Production ready gatsby + tailwindcss setup. Uses gatsby-plugin-postcss and gatsby-plugin-purgecss in combination with tailwindcss and autoprefixer . Install Dependencies Generate… continue reading.
20-03-2020javascript
templating
higher-order-function
react
When displaying text including numbers, formatting them in the correct grammar can be a little bit messy or can lead to a lot of duplication. This is a small higher-order-function I wrote to… continue reading.
20-03-2020react
hook
Debounces another state values changes by the given delay. This can be used to debounce the execution of another effect tied to search inputs or other fast changing values . Usage Pass… continue reading.