3 entries tagged
javascript
and
meta
I wanted to have a little React project of my own to play with, so I have
React-ified the entry navigator links on my blog pages. This is partly to in
order to get some practice in with this different way of approaching
JavaScript interactivity.
Read more
After reading the text version of a talk by Maciej Cegłowski
titled The Web Obesity Epidemic I felt pretty smug because I
thought I had redesigned my blog on reasonably minimal lines. Then I
checked and was chagrined to discover a recent entry page was
1.01 MB compared with Maciej Cegłowski’s entire talk weighing
in at slightly less than 1 MB. I decided to try to work out
where I went wrong.
Read more
I figured that the first step in fiddling with the JavaScript code I use on my navigation widget will be to convert it
in to a more fashionable build system, such as Webpack. Can I reduce the bandwidth usage of my pages thereby?
Read more