From 4fbe58116f7282dbdf9dee759854b45339f850c2 Mon Sep 17 00:00:00 2001 From: Jonathan Kelley Date: Mon, 20 Sep 2021 17:08:37 -0400 Subject: [PATCH] wip; more changes --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index f59eed707..ff170a40d 100644 --- a/README.md +++ b/README.md @@ -193,18 +193,6 @@ Dioxus is heavily inspired by React, but we want your transition to feel like an - 👀 = not yet implemented or being worked on - ❓ = not sure if will or can implement -### Coming up... - -- 1st class router -- Assets -- Integrated classnames -- Transition -- Animation -- Native Mobile -- Native Desktop -- 3D Renderer -- LiveView - ## FAQ: ### Aren't VDOMs just pure overhead? Why not something like Solid or Svelte? @@ -246,7 +234,6 @@ You shouldn't use Dioxus if: - You want to support browsers where WASM or asm.js are not supported. - ## License This project is licensed under the [MIT license].