redom / Nodom
Licence: isc
fake DOM for RE:DOM
Stars: ✭ 133
Programming Languages
javascript
184084 projects - #8 most used programming language
Projects that are alternatives of or similar to Nodom
Elemental2
Type checked access to browser APIs for Java code.
Stars: ✭ 115 (-13.53%)
Mutual labels: dom
Dom7
Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API
Stars: ✭ 119 (-10.53%)
Mutual labels: dom
Femtojs
femtoJS - Really small JavaScript (ES6) library for DOM manipulation.
Stars: ✭ 122 (-8.27%)
Mutual labels: dom
Calendarhtml Javascript
Simple Calendar built with Pure JavaScript (No Libraries) http://iamnitinpatel.com/projects/calendar/
Stars: ✭ 113 (-15.04%)
Mutual labels: dom
Marko
A declarative, HTML-based language that makes building web apps fun
Stars: ✭ 10,796 (+8017.29%)
Mutual labels: dom
Micro Jaymock
Tiny API mocking microservice for generating fake JSON data.
Stars: ✭ 123 (-7.52%)
Mutual labels: fake
Dna.js
🧬 An uncomplicated user interface library for building data-driven semantic templates
Stars: ✭ 114 (-14.29%)
Mutual labels: dom
Chai Webdriver
Build more expressive integration tests with webdriver sugar for chai.js
Stars: ✭ 128 (-3.76%)
Mutual labels: dom
Faker
Faker is a Crystal library that generates fake data for you
Stars: ✭ 126 (-5.26%)
Mutual labels: fake
Dom I18n
Provides a very basic HTML multilingual support using JavaScript
Stars: ✭ 125 (-6.02%)
Mutual labels: dom
NO:DOM
fake DOM for RE:DOM
installing
npm install nodom
usage
const { Document, SVGElement } = require('nodom');
global.document = new Document();
global.SVGElement = SVGElement;
const { el, mount } = require('redom');
mount(document.body, el('h1', 'Hello world!'));
console.log(document.body.outerHTML); // <body><h1>Hello world!</h1></body>
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].