Coder Social home page Coder Social logo

durban89 / nuclear Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tencent/omi

0.0 2.0 0.0 342 KB

a react-like library without jsx , virtual dom and requestAnimationFrame

Home Page: http://alloyteam.github.io/Nuclear/

License: MIT License

CSS 1.12% HTML 25.47% JavaScript 73.41%

nuclear's Introduction

Nuclear

We have several examples on the website.

a react-like library without jsx , virtual dom and requestAnimationFrame :)

Nuclear used js , html+css and observejs instead of jsx , virtual dom and requestAnimationFrame.

Nuclear Performance test :http://alloyteam.github.io/Nuclear/pt/. There is a lot of room for improvement and optimization.

Install

the file is here: nuclear.js or nuclear.min.js

You can also install it via npm:

npm install alloynuclear

Nuclear can be used in the CommonJS/AMD module definition environment, but also directly through the script tag reference in your page ,such as:

<script src="nuclear.js"></script>

you can get the Nuclear module by synchronizing require in the AMD module definition environment:

define(function (require) {
    var Nuclear = require('nuclear');
});

or asynchronous require:

require([ 'nuclear' ], function (Nuclear) {
});

or require in the CommonJS module definition environment:

var Nuclear = require('nuclear');

Many thanks to

License

This content is released under the MIT License.

nuclear's People

Watchers

James Cloos avatar durban zhang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.