Skip to content
/ zest Public

πŸš€ A blazingly fast Virtual Dom πŸš€

Notifications You must be signed in to change notification settings

Steadyx/zest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project Zest πŸ‹

Zest Logo

License Stars Forks

(Currently WIP)

Zest is a lightweight, powerful, and extensible frontend library for building modern web applications with TypeScript. Zest is inspired by the simplicity of React and aims to provide an easy-to-use, yet flexible way to create beautiful user interfaces.

πŸš€ Features

  • Minimalistic and lightweight
  • Intuitive API and component-based architecture
  • Powerful state management with built-in store
  • Virtual DOM for efficient updates
  • TypeScript support for type safety and better developer experience

πŸ› οΈ Usage

Here's a simple example to get you started:

import { render } from "zest";

const App = () => {
  return (
    <div>
      <h1>Hello, Zest!</h1>
      <p>Welcome to your Zest-powered application.</p>
    </div>
  );
};

render(<App />, document.getElementById("root"));

πŸ’‘ Examples

You can find various examples of Zest applications in the examples folder of our GitHub repository.

🀝 Contributing

Contributions are welcome! Please read our contributing guide to learn how you can contribute to the project.

πŸ“ƒ License

Project Zest is MIT licensed.

πŸ™Œ Acknowledgements

Special thanks to the developers and maintainers of React, as their work served as inspiration for this project.

About

πŸš€ A blazingly fast Virtual Dom πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •