-
Updated
Nov 25, 2020 - JavaScript
virtual-dom
Here are 295 public repositories matching this topic...
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Nov 24, 2020 - C++
-
Updated
Dec 13, 2019 - Swift
-
Updated
Nov 9, 2020 - Haskell
- There seems to be a bug when navigating to the catch_all route but not contributors, ex. localhost:7878/test. The current implementation panics using both rocket and actix as server.
- Rocket currently has 404 for unknown routes and this should be added to the actix example as well.
-
Updated
Aug 3, 2020 - JavaScript
Since webpack 5 is stable now (no longer RC), we should migrate at some point soon-ish.
We need to adjust the related build scripts:
https://github.com/neomjs/neo/tree/dev/buildScripts/webpack
Plus double-check, if the external plugins we are using still work.
I am flagging the ticket as a "good first issue", since you can work on it without having knowledge about this framework.
I am
-
Updated
Nov 16, 2020 - TypeScript
-
Updated
Jun 21, 2019 - JavaScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Sep 3, 2020 - JavaScript
benchmark
It'd be neat to have a benchmark to test our diffing needs — perf is a feature, and we should be able to catch regressions.
Given this would need to run in the browser, we'd probably need some tooling around this. I was thinking it'd be cool to run a headless Chrome instance through puppeteer, and use the [nanobench](https://github.com/mafintosh/nano
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Sep 27, 2020 - JavaScript
-
Updated
Jun 23, 2020 - JavaScript
-
Updated
Nov 7, 2020 - Scala
-
Updated
Nov 21, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Nov 18, 2020 - JavaScript
Improve this page
Add a description, image, and links to the virtual-dom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtual-dom topic, visit your repo's landing page and select "manage topics."


It would be nice to have a babel macro that automatically runs the babel plugin to remove the runtime. That way, this project would work out of the box with "zero" config tools like create-react-app.
I'm thinking it could be something like:
This is similar conceptually to CSS-IN-JS libraries providing a macro for their tools. See https://e