2023-04-07
1820
#react
Raphael Ugwu
160942
104
Apr 7, 2023 â‹… 6 min read

Pre-rendering your React app with react-snap

Raphael Ugwu Writer, software engineer, and a lifelong student.

Recent posts:

typescript enums

TypeScript enums: Usage, advantages, and best practices

Learn how TypeScript enums work, the difference between numeric and string enums, and when to use enums vs. other alternatives.

Clara Ekekenta
Mar 14, 2025 â‹… 7 min read
how to handle react-scripts in a fast-changing React landscape

How to handle react-scripts in a fast-changing React landscape

Review the basics of react-scripts, its functionality, status in the React ecosystem, and alternatives for modern React development.

Ibrahima Ndaw
Mar 13, 2025 â‹… 9 min read
how to delete local and remote branches in Git

How to delete local and remote branches in Git

Explore the fundamental commands for deleting local and remote branches in Git, and discover more advanced branch management techniques.

Timonwa Akintokun
Mar 13, 2025 â‹… 7 min read

The complete guide to the AbortController API

Check out a complete guide on how to use the AbortController and AbortSignal APIs in both your backend and frontend.

Joseph Mawa
Mar 12, 2025 â‹… 9 min read
View all posts

3 Replies to "Pre-rendering your React app with react-snap"

  1. Hi there I really enjoyed reading your post. I’m a little confused in the section Pre-rendering in modern web applications.
    Don’t you pre-render when the user requests it, not before?

Leave a Reply