relastjs
v0.0.14
Published
RelastJs (Reactive + Elastic Framework) - Easiest framework to coming back to simpliest way building web apps
Readme
relastJs
"Coming back simplicity the web development"
RelastJs is a Simplest Javascript Framework to build a web apps without extensive knowledge about contemporaneous Javascript Frameworks like ReactJs, Angular and/or VueJs. RelastJs is easy to understand, to use and maintain because is based on regular html and javascript programming but with better order, coding by modules and letting you build all type of projects. This framework has a similar structure to React, but is not React, it is easier. While React require a big knowledge about states and useEffects to understand and manage it in better way generating frustrating on you, this framework avoid strange behavior in your workflow letting you understand it quickly and without study a lot of things before work on it. RelastJs is easy and quickly to understand and use, you will be happy trying it.
Features
- Components creation: The creation of components its so easy to manage
- You can create your own hooks methods to controlate a part of flow of any component or application
- Allow a url router usage letting you navigate as a website
- Instead use states, you can use variables letting you work without ambiguous environment
- You can manage your component's variables by actions and functional context between components
- It Allow you create XMLHttpRequest or Api-Rest connections with your app
- You can Organize your project however you want
- Html, CSS and Javascript files are separated giving you an organize environment in your project.
- Context functions creation and invoke from any component inside that context
