@plumejs/core
v4.2.1
Published
A light weight web-components based typescript framework to build single page applications.
Downloads
56
Maintainers
Readme
PlumeJs is a very light weight typescript framework to build spa's. It is build on more accessable web components, typescript. It comes with features like change detection during async operations, data-sharing via services and props, dependency injection.
PlumeJs is a conceptual combination of angularjs and react. Just like angular one can register Services
, Components
and life-cycle hooks
. It has setProps
and onbindprops
for passing data from one component to another and like react update
function to update the view after modal updations and a render
function to render the component.
PlumeJs has very few syntaxes enabling faster learning curve.
Documentation
For documentation please visit wiki
Playground
Want to try before you install?? play at Stackblitz