-
Updated
Oct 7, 2020 - JavaScript
virtual-dom
Here are 295 public repositories matching this topic...
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Sep 12, 2020 - C++
-
Updated
Dec 13, 2019 - Swift
-
Updated
Oct 2, 2020 - Haskell
-
Updated
Aug 3, 2020 - JavaScript
- 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.
Hi guys,
I could use your input / feedback on this one.
In case we are using non primitive class configs like "directions":
static getConfig() {return {
/**
* @member {String} className='Neo.plugin.Resizable'
* @protected
*/
className: 'Neo.plugin.Resizable',
/**
* Directions into which you want to drag => resize
-
Updated
Sep 15, 2020 - TypeScript
-
Updated
Jun 21, 2019 - JavaScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Sep 23, 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
Oct 3, 2020 - Scala
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Sep 21, 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