Explore >> Select a destination


You are here

mxstbr.com
| | krasimirtsonev.com
12.4 parsecs away

Travel
| | Write your own progress indicator with vanilla JavaScript / Many moons ago, I was writing a lot of Flash applications. One thing was typical, and that was a progress indication of something that we were downloading. The loaded bytes of the Flash file (.swf) itself and later of some other resource the application needs. Once I started writing everything in JavaScript, this feature disappeared. In this post, we'll see how to implement it with vanilla JavaScript.
| | www.debugbear.com
11.9 parsecs away

Travel
| | Server-side rendering ensures that website content appears quickly, without first having to download and run application code.
| | blog.somewhatabstract.com
10.0 parsecs away

Travel
| | [AI summary] The author discusses implementing server-side rendering (SSR) for a React application, focusing on rendering a React component into HTML and integrating it into a page template.
| | remysharp.com
26.4 parsecs away

Travel
| A simple but effective fix to working with web components and VS Code. I wanted to get syntax highlighting _and_ prettier support (to auto fix indenting, quote...