Socket
Socket
Sign inDemoInstall

unlimitedjs

Package Overview
Dependencies
2
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    unlimitedjs

A minimal JavaScript framework for building UI with no limitations


Version published
Maintainers
1
Install size
124 kB
Created

Readme

Source

unlimitedjs

A minimal JavaScript framework for building UI with no limitations

A virtual DOM framework with zero rules and limitations - just pure functional and reactive programming with full flexibility and unlimited capability

Docs & Tutorial

unlimitedjs Quick Start

1. Clone this repository

git clone https://github.com/stken2050/unlimitedjs

2. Go into the repository and Install dependencies

cd unlimitedjs
npm install

3-a. Run the timeline-monad app

Use esm (installed to the project local as a dev-dependency) as the ES module loader for Node
node -r esm ./timeline-monad-start/hello-timeline.js

node -r esm ./timeline-monad-start/hello-all.js

3-b. Run the unlimitedjs webapp

Transpile JSX/TSX -> JS with TypeScript (installed to the project local as a dev-dependency)
tsc -p ./unlimitedjs-start/
Open the HTML File in Firefox locally

unlimitedjs/unlimitedjs-start.html

unlimitedjs/unlimitedjs-start-cdn.html

Firefox recommended since Chrome does not work with local ESM files for security restriction.

MIT License

Keywords

FAQs

Last updated on 01 Feb 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc