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
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
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
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