Doz

screenshot of Doz

A JavaScript framework for building UI, almost like writing in VanillaJS. For modern browser.

Overview

Doz is a JavaScript library that offers a wide range of features for building web applications. It is designed to work with tagged template literals and follows a component-based architecture, making it compatible with WebComponents. With Doz, developers can create global stores, global components, and utilize fast performance. Doz also supports scoped style, uses ES6 proxy to observe changes, and offers a simple and familiar API. It does not require any extra syntax like JSX and offers clarity by avoiding confusion between props and state. It is extensible through plugins, mixin, and components, and even supports CSS animations.

Features

  • Works with tagged template literals: Doz uses tagged template literals, making it easy to define and manipulate components.
  • Component based: Doz follows a component-based architecture, allowing developers to create and reuse modular components.
  • WebComponent ready: Doz is compatible with WebComponents, enabling seamless integration with existing projects.
  • Global stores: With Doz, developers can create global stores to efficiently manage and share data across components.
  • Global components: Doz allows the creation of global components, promoting code reuse and modularity.
  • Fast performance: Doz is designed for fast performance, ensuring a smooth and responsive user experience.
  • Scoped style: Doz supports scoped styles, eliminating style conflicts between components.
  • Uses ES6 proxy to observe changes: Doz utilizes ES6 proxy to observe changes, making it easy to react to data updates.
  • Simple and familiar API: Doz offers a simple and familiar API, making it accessible to developers of all skill levels.
  • No extra syntax like JSX: Doz does not require any additional syntax like JSX, reducing complexity and allowing developers to focus on their code.
  • No confusion with props and state: Doz provides clarity by avoiding confusion between props and state, simplifying development.
  • Extensible through plugins, mixin, components: Doz can be extended through plugins, mixin, and components, offering flexibility and customization options.
  • CSS animation support: Doz supports CSS animations, allowing developers to create interactive and dynamic user interfaces.

Summary

Doz is a versatile JavaScript library that offers a variety of features for building web applications. It follows a component-based architecture, supports tagged template literals, and is compatible with WebComponents. With features such as global stores, global components, fast performance, and scoped style, Doz provides developers with the tools they need to create powerful and efficient applications. Its simple API, lack of extra syntax, and avoidance of confusion between props and state make it accessible to developers of all levels. With support for plugins, mixin, and components, Doz offers extensibility and customization options. Overall, Doz is a reliable and user-friendly library for JavaScript web development.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.