React Question

I have this probably bad habit of breaking jsx out into these “render” functions, like taking this: and making it look like this: Junky? Should they just be their own functional component within the same file? What’s best here?

Published
Categorized as Technical

How to Optimize Images For Web

tldr; convert to webp then compress This is a fairly technical post, and the instructions are presented for *nix users. We will be taking a list of jpg files converting them to webp and then optimizing them with the website https://tinypng.com/. Why Let’s say you find a photo online and you want to use it… Continue reading How to Optimize Images For Web

Published
Categorized as Technical