📄️ Components
Components are a core concept in Leafjs. This article will walk through those core concepts about Leafjs components.
📄️ Reactivity
Reactivity is also a core concept in Leafjs. Just like many other frameworks, Leafjs's reactivity system allows two-way binding and automatic component rerender.
📄️ Props and Attributes
Properties and attributes are the basic building blocks of a Leaf component. This article will explain how these things are different from a regular element.
📄️ Event Handling
Without events, you can't even listen for a button click. Events play a big part in modern frontend development. This article will show you how to handle events in Leafjs.