UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.
ui-components dom vdom nodejs server-side-rendering client-side-rendering isomorphic front-end templating template async streaming components ui morphdom virtual virtual-dom template-engineAt its core, Skate is about creating Custom Elements. Skate provides a series of mixin functions that enable you to control what your component can do.Calling withComponent() gives you a Custom Element class constructor, which you can then extend to define your own elements.
web-components reactiveui components custom dom elements web vdom virtualA Fast & Light Virtual DOM Alternative available for NodeJS and NativeScript too. This project exists thanks to all the people who contribute. [Contribute].
performance virtualdom alternative lightweight template-literals template vanilla js dom manipulation diff literals fast react virtual lit-htmlThe following examples demonstrate how you can mix & match mercury with other frameworks. This is possible because mercury is fundamentally modular. mercury is a small glue layer that composes a set of modules that solves a subset of the frontend problem.
framework frontend virtual react modular webDeku is a library for rendering interfaces using pure functions and virtual DOM. Instead of using classes and local state, Deku just uses functions and pushes the responsibility of all state management and side-effects onto tools like Redux. It also aims to support only modern browsers to keep things simple.
deku functional react virtual dom elm reduxThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
jvm virtual machineReact components for efficiently rendering large, scrollable lists and tabular data
react reactjs virtual window windowed list scrolling infinite virtualized table grid spreadsheetVirtual file format. Vinyl is a very simple metadata object that describes a file. When you think of a file, two attributes come to mind: path and contents. These are the main attributes on a Vinyl object. A file does not necessarily represent something on your computer’s file system. You have files on S3, FTP, Dropbox, Box, CloudThingly.io and other services. Vinyl can be used to describe files from all of these sources.
virtual filesystem file directory stat pathOmi === Preact + Scoped CSS + Store System + Native Support in 3kb javascript. Different to preact, you need not to import { h } from 'omi'.
omi react preact web frontend virtual-dom vdom components virtual domDOM like data structure to be mutated by D3 et al, then rendered to React elements. ReactFauxDOM supports a wide range of DOM operations and will fool most libraries but it isn't exhaustive (the full DOM API is ludicrously large). It supports enough to work with D3 but will require you to fork and add to the project if you encounter something that's missing.
react d3 dom virtualManual DOM manipulation is messy and keeping track of the previous DOM state is hard. A solution to this problem is to write your code as if you were recreating the entire DOM whenever state changes. Of course, if you actually recreated the entire DOM every time your application state changed, your app would be very slow and your input fields would lose focus. virtual-dom is a collection of modules designed to provide a declarative way of representing the DOM for your app. So instead of updating the DOM when your application state changes, you simply create a virtual tree or VTree, which looks like the DOM state that you want. virtual-dom will then figure out how to make the DOM look like this efficiently without recreating all of the DOM nodes.
virtual dom vdom vtree diff patch browserThis module was created to solve the problem of updating the DOM in response to a UI component or page being rerendered. One way to update the DOM is to simply toss away the existing DOM tree and replace it with a new DOM tree (e.g., myContainer.innerHTML = newHTML). While replacing an existing DOM tree with an entirely new DOM tree will actually be very fast, it comes with a cost. The cost is that all of the internal state associated with the existing DOM nodes (scroll positions, input caret positions, CSS transition states, etc.) will be lost. Instead of replacing the existing DOM tree with a new DOM tree we want to transform the existing DOM tree to match the new DOM tree while minimizing the number of changes to the existing DOM tree. This is exactly what the morphdom module does! Give it an existing DOM node tree and a target DOM node tree and it will efficiently transform the existing DOM node tree to exactly match the target DOM node tree with the minimum amount of changes. morphdom does not rely on any virtual DOM abstractions. Because morphdom is using the real DOM, the DOM that the web browser is maintaining will always be the source of truth. Even if you have code that manually manipulates the DOM things will still work as expected. In addition, morphdom can be used with any templating language that produces an HTML string.
dom diff patch virtual browserReact components for efficiently rendering large, scrollable lists and tabular data.
react react-component windowing virtualization list grid listview tabular-data performance reactjs virtual scrolling infinite virtualized table fixed header flexbox spreadsheet table-view infinite-scrollSupport Millions of cells and thousands of columns easy and efficiently for fast data rendering. Easy to use. The RevoGrid component helps represent a huge amount of data in a form of data table "excel like" or as list. On top of it it provides inbuilt range edit or per cell edit, keyboard support and custom edit and render features. Works in any major framework or with no framework at all.
export vuejs typescript reactive grid excel filter data-grid virtual-scroll datagrid vuejs-components react-virtualized webcomponent stenciljs virtual-grid vuegrid revo-grid excel-grid infinity-grid vuejs-grid revolist storybook virtualgrid virtual vue react react-grid vue-grid vue-datagrid fast-grid editable filteringThis repository is the home for a set of templates and solutions to help build conversational experiences using Azure Bot Service and Bot Framework. Things look a little different around here? Find out more in our Wiki page and here.
bot bot-framework azure-bot-service assistant conversation-experiences virtual-assistant conversation conversational-ui conversational-agents conversational-bots conversational-ai conversational-interfaces virtualassistant virtual va skills microsoftMyRouter is a virtual WiFi AP (Access Point) created in C#
micorosft-wifi myrouter router virtual virtual-wifi-router wifi wifi-routerVidom is just a library to build UI. It's highly inspired from React and based on the same ideas. Its main goal is to provide as fast as possible lightweight implementation with API similar to React. Try live playground to play with Vidom in your browser.
vidom isomorphism ui react jsx virtual-dom reactive server-side-rendering virtual dom component ssrYou might also be interested in mitt - a 200 bytes event emitter, and hyperapp - build rich UI apps with 1kb.
ui router modern minimal routing functional html5 vanilla dom history pushstate push minimalist virtual-dom virtualvmrunGUI is a graphical interface that has been designed around VMware's vmrun.exe command line utility. This application will allow you to simultaneously control Guests across any of VMware's products, including vSphere, ESX/ESXi, Server and Workstation.
esx free virtual virtualisation virtualization vmrun vmware
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.