Tag: react

A look at my favorite features of Svelte, comparisons to React and other frameworks, and what makes it a joy to use.

I wrote several of the posts in this series, on how to build static web sites with the Gatsby.js framework, working with a Senior Technical Editor to get articles from idea to publication.

How to fix JSX TypeScript errors due to incompatible types between Preact and imported React component libraries, especially for JSX.Element.

Details on how default create-react-app projects will stall and fail to start on Glitch, and how to fix this issue with just a simple edit.

An experimental ReactJS project to turn text input into a point based graphical output, shown as a Github Contributions Graph mockup.

A Markdown-sourced, Gatsby-powered mini-site that displays a bunch of my cheatsheets, code snippets, and miscellaneous programming notes as I collect them.

A beginner attempt at creating automatic folder directory listing index pages within Gatsby, using createPages, GraphQL, MarkdownRemark and allDirectory.

My first ReactJS project: a visual editor ("what-you-see-is-what-you-get" or "WYSIWYG") to arrange, preview, and generate dynamic Cloudinary transformation combinations and URL templates.