Home

Blog

Home

Blog

5 articles tagged with: #Reflex

Add Client-Side Search to Your Reflex Blog with MiniSearch

December 20, 2025

Add Client-Side Search to Your Reflex Blog with MiniSearch

How to Build Fast, Offline Search for Your Python Blog Using MiniSearch and Reflex

Learn how to add lightning-fast, typo-tolerant search to your Reflex blog using MiniSearch. This guide covers generating a search index, integrating JavaScript, and building a user-friendly search dialog - all without a backend or external API.

Read More...

A Practical Guide to Rendering Markdown to HTML in Reflex

October 3, 2025

A Practical Guide to Rendering Markdown to HTML in Reflex

How to Use `rx.markdown` and `component_map` for Custom Content Styling.

Learn how to render Markdown to HTML in Reflex using `rx.markdown`. Covers basic usage, custom styling with `component_map`, and advanced pre-processing techniques.

Read More...

Reflex Makes SEO Easier: Automatic robots.txt and sitemap.xml Generation

April 6, 2025

Reflex Makes SEO Easier: Automatic robots.txt and sitemap.xml Generation

Discover how adding your deploy URL in Reflex automatically generates robots.txt and sitemap.xml for easier SEO.

Reflex simplifies SEO by automatically generating robots.txt and sitemap.xml files when you include the deploy_url in your application's configuration.

Read More...

Deploying Reflex Front-End with Caddy in Docker

March 28, 2025

Deploying Reflex Front-End with Caddy in Docker

A step-by-step guide to building and serving Reflex static front-end files using Caddy in a Docker container

This blog post explains how to use Reflex to generate static front-end files and serve them using Caddy in a Docker container. It covers the Dockerfile setup, and Caddy configuration.

Read More...

Optimizing Reflex Performance on Google Cloud Run

March 27, 2025

Optimizing Reflex Performance on Google Cloud Run

A Comparison of Gunicorn, Uvicorn, and Granian for Running Reflex Apps

In this article, I tested various methods to run a Reflex 0.7.4 app on Google Cloud. After experimenting with Gunicorn, Uvicorn, Granian, and Reflex's built-in command, I found that Gunicorn with Uvicorn workers delivered the best performance.

Read More...

Contact Me

Have a project in mind? Send me an email at hello@davidmuraya.com and let's bring your ideas to life. I am always available for exciting discussions.

© 2025 David Muraya. All rights reserved.