• Tutorial

  • Web

  • Desktop

  • Mobile

  • Fullstack

  • Typesafe Routing

DIOXUS
LearnComponentsBlog
Dioxus on docs.rsDioxus on DiscordDioxus on GitHub24.5k

Using Stable Version

0.4.3

Version 0.70.7.0
Version 0.60.6.3
Version 0.50.5.7
Version 0.40.4.3
Version 0.30.3.2
  • Introduction
  • Getting Started
    • Choosing A Web Renderer
    • Web
    • Liveview
    • Fullstack
    • Desktop
    • Mobile
    • Terminal UI
  • Guide
    • Your First Component
    • State
    • Data Fetching
    • Full Code
  • Reference
    • RSX
    • Components
    • Props
    • Event Handlers
    • Hooks
    • User Input
    • Context
    • Dynamic Rendering
    • Routing
    • UseFuture
    • UseCoroutine
    • Spawn
    • Desktop
    • Web
    • SSR
    • Liveview
    • Fullstack
      • Server Functions
      • Extractors
      • Middleware
      • Authentication
      • Routing
  • Router
    • Example Project
      • Creating Our First Route
      • Building a Nest
      • Navigation Targets
      • Redirection Perfection
      • Full Code
    • Reference
      • Defining Routes
        • Nested Routes
      • Layouts
      • Navigation
        • Programmatic Navigation
      • History Providers
      • History Buttons
      • Static Generation
      • Routing Update Callback
  • Cookbook
    • Publishing
    • Anti-patterns
    • Error Handling
    • Integrations
      • Logging
      • Internationalization
    • State Management
      • External State
      • Custom Hooks
    • Testing
    • Examples
    • Tailwind
    • Custom Renderer
    • Optimizing
  • CLI
    • Installation
    • Create a Project
    • Configure Project
    • Translate HTML
  • Contributing
    • Project Structure
    • Walkthrough of Internals
    • Guiding Principles
    • Roadmap
  • Migration
    • Router
    • Hot Reload
    Dioxus 0.4.3IntroductionMigration
    You are currently viewing the docs for Dioxus 0.4.3 which is no longer maintained.

    0.3 Migration Guide

    This guide will outline the API changes between the 0.3 and 0.4 releases. The two major breaking changes in this release are how hot reloading works on desktop platforms and how the router works:

    • Hot reload
    • Router
    PREVIOUSRoadmap
    NEXTRouter

    On this page

    Edit this page