https://lemonadejs.net/v1 menu [logo] LemonadeJS MICRO REACTIVE LIBRARY * Home * Github * Download * Docs Learning Center Documentation * Getting started * Download * Two-way binding * Special properties * Native methods * Native events * Classes * Frontend translations * Inheritance * Routes * State container * Form elements Resourses * Quick reference * Debugging * Contributing Resources Examples * BMI Calculation * Lamp * Event countdown * Color Changer * Hangman game * Shopping Plugins * Image cropper Useful tools * JSS Spreadsheet * Jsuites Lemonadejs: Reactive library Lemonadejs is a super lightweight vanilla javascript micro-library (4Kb). It aims to help the integration between the JavaScript (controllers) and the HTML (view). It supports two-way binding and integrates natively with Jsuites to help to create amazing interfaces quicker. It would help you to deliver reusable components and does not require transpilers, babel, or hundreds of other dependencies and work just fine in any javascript dev environment. Lemonadejs has a quick learning curve and keeps coding fun and very close to native JS. * Make rich and user-friendly web interfaces and applications * Handle complicated data inputs with ease and convenience * Improve the software user experience * Create rich CRUDS and beautiful UI * Highly flexible and customizable * Lightweight and simple to use [home] Simplicity Run lemonadejs in your browser without dependencies, servers, transpiling, only lemonadejs.
Modern applications Build modern applications using LemonadeJS. import lemonade from "lemonadejs"; import Hello from "./Hello"; export default function App() { let self = {}; self.count = 1; let template = `

You clicked {{self.count}} times

`; return lemonade.element(template, self, { Hello }); } See this example on codesandbox Installation % npm install lemonadejs Or download from our Github Official History Lemonade v1.0.0 * @bind, @ready, @ref magic properties. Copyright and license LemonadeJS is released under the MIT license. Contact LemonadeJS About LemonadeJS The LemonadeJS is an original JavaScript software created to facilitate the integration between HTML, data, and methods in web-based development. It is an efficient and flexible way for building user interfaces. It brings the development as close to the JavaScript vanilla coding as possible making the library learning very fast. The developer would have the flexibility to extend the development to the browser environment but continue building modern, complex UIs and reusable components. * LemonadeJS * Source code * Docs * Download Newsletter Tech news, tips and technical advice. [ ] [Subscribe] [ ] Technical support contact@jspreadsheet.com Products * Jspreadsheet Pro * Jspreadsheet Cloud * Jspreadsheet CE * LemonadeJS * jSuites