Home

Blog

Home

Blog

4 articles tagged with: #Frontend

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...

Blocked by CORS in FastAPI? Here's How to Fix It

November 2, 2025

Blocked by CORS in FastAPI? Here's How to Fix It

Solving Cross-Origin Errors Between Your Frontend and FastAPI

Fix frustrating CORS errors in FastAPI. This guide explains what Cross-Origin Resource Sharing is and shows how to use CORSMiddleware to connect your API to a React or other frontend application securely.

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...

Serving a React Frontend Application with FastAPI

July 30, 2025

Serving a React Frontend Application with FastAPI

A Guide to Serving Your Frontend and Backend from a Single Application

Learn how to serve a single page application (like React or Vue) directly from your FastAPI backend. This guide covers handling client-side routing, middleware order, CORS, and using a multi-stage Dockerfile for a unified deployment.

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.