https://github.com/shadowc/jsfusion
A Small JavaScript Framework to integrate with SPAs and Symfony-UX
https://github.com/shadowc/jsfusion
framework frameworks javascript typescript
Last synced: 3 months ago
JSON representation
A Small JavaScript Framework to integrate with SPAs and Symfony-UX
- Host: GitHub
- URL: https://github.com/shadowc/jsfusion
- Owner: shadowc
- License: mit
- Created: 2022-02-05T00:06:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T14:00:33.000Z (over 1 year ago)
- Last Synced: 2024-10-05T20:05:20.222Z (over 1 year ago)
- Topics: framework, frameworks, javascript, typescript
- Language: JavaScript
- Homepage: https://jsfusion.org
- Size: 1.89 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JsFusion



JsFusion is a JavaScript Framework designed to work together with technologies
such as [@hotwired/turbo](https://github.com/hotwired/turbo) to seamlessly
apply client functionality to HTML templates dynamically. It is greatly
inspired on [Stimulus](https://github.com/hotwired/stimulus) (improving upon
it) and somewhat inspired in ReactJS and VueJS (borrowed some syntax
strategies and features).
## Documentation
For documentation and how to use, head to the
[JsFusion Website](https://jsfusion.org).
Or browse these files on GitHub:
- [Introduction](docs/00_Introduction.md)
- [Installation and Setup](docs/01_Installation_and_Setup.md)
- [Components](docs/02_Components.md)
- [Component Props and PropTypes](docs/03_Component_Props_and_PropTypes.md)
- [Bind Props to DOM Elements](docs/04_Bind_Props_to_DOM_Elements.md)
- [Referencing Specific DOM Elements](docs/05_Referencing_Specific_DOM_Elements.md)
- [Event Handling](docs/06_Event_Handling.md)
- [LifeCycle Functions](docs/07_LifeCycle_Functions.md)
- [Extending the Framework with New Functionality](docs/08_Extending_the_Framework_with_New_Functionality.md)
## Contribute
You can contribute by reporting issues or leaving feedback on our
[issues](https://github.com/shadowc/jsfusion/issues) page.
Bug fixing pull requests are also greatly appreciated!