|
You are here |
alexop.dev | ||
| | | | |
developer-friendly.blog
|
|
| | | | | Integrate custom UI with Kratos, the opensource identity and user management solution. Build and deploy a Single Page Application (SPA) to GitHub Pages. | |
| | | | |
aaronluna.dev
|
|
| | | | | Hugo includes a built-in syntax-highlighter called Chroma. Chroma is extremely fast since it is written in pure Go (like Hugo) and supports every language I can think of. Chroma's speed is especially important since syntax highlighters are notorious for causing slow page loads. However, it lacks one vital feature - an easy way to copy a code block to the clipboard. I decided to document my implementation using only vanilla JS since every blog post I found for this issue relied on jquery to parse the DOM,... | |
| | | | |
www.blog.thdctech.com
|
|
| | | | | Learn how to implement drag and drop functionality using JavaScript and enhance your project's aesthetics with the power of SASS styling. | |
| | | | |
sandroroth.com
|
|
| | | Reducers are not only useful for global state management. They can also be used for local component state. And compared to plain useReducer() we can reduce boilerplate code by adapting the API of modern reducer libraries like Redux Toolkit (RTK). | ||