Skip to content
/ lyder Public

A simple, boilerplate-free frontend framework for creating reactive user interfaces.

License

Notifications You must be signed in to change notification settings

fahmed10/lyder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lyder GitHub license npm version

Lyder is a JavaScript/TypeScript library that allows you to build complex user interfaces with ease.

function App() {
    let $count = 0; // Create a reactive variable

    return <button onclick={() => $count++}>Count: {$count}</button>;
}

Getting Started

Look at the project creation guide to learn how to create a new Lyder application.

Documentation

You can find the Lyder documentation here, which includes explanations of how certain concepts work in Lyder.

About

A simple, boilerplate-free frontend framework for creating reactive user interfaces.

Resources

License

Stars

Watchers

Forks