innerscope
v0.2.0
Published
innerscope is a type-safe, high-performance framework with minimal overhead designed for building reactive applications, whilst being easy for non-frameworkers to adopt.
Readme
innerscope
innerscope is a type-safe, high-performance framework with minimal overhead designed for building reactive applications, whilst being easy for non-frameworkers to adopt.
Note that the current update is for 0.2.0, which is not released yet and comes with major changes, I advise to use this current version and build it yourself.
Installation
To install the framework, you can choose between npm or deno:
package-managers:
npm install innerscope bun install innerscope
Documentation
The documentation is evolving as the framework grows. Access the lattest documentation here.
Here is the demo page built with innerscope, it is part of this repo in the main.ts file, however you will need to clone, install correct
dependencies and use the command npm run dev to get a preview:

Contributing
We welcome contributions to innerscope.ds! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make changes and commit (
git commit -am 'Add new feature'). - Push to your fork (
git push origin feature-branch). - Open a Pull Request.
Feel free to suggest new features and improvements.
License
This project is licensed under the MIT License.
