📄️ Creating Your First Component
Components are the building blocks of AtomJS.
📄️ Rendering to the DOM
AtomJS uses a lightweight virtual DOM engine to efficiently render your class-based components into the browser.
📄️ Props
Props allow you to pass data into components and make them reusable.
📄️ Events
AtomJS attaches DOM events (e.g., onClick, onInput, onChange) directly in JSX.