wraplet icon
wraplet icon

wraplet

wraplet is a small JavaScript/TypeScript framework for projects that work directly with the actual DOM (server-rendered apps, jQuery legacy, multipage sites, plain HTML, etc.).

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • JavaScript
  • Typescript
  • npm
0likes
0comments
0articles

Features

  1.  No registration required
  2.  Works Offline
  3.  Ad-free
  4.  Object-oriented Language

wraplet News & Activities

Highlights All activities

Recent activities

wraplet information

  • Developed by

    PL flagLukasz Zaroda
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    5 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  2 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
wraplet was added to AlternativeTo by Lukasz Zaroda on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is wraplet?

wraplet is a JavaScript and TypeScript framework for organizing frontend code around the real DOM. Instead of replacing the browser's native structure with a virtual rendering layer, it helps you turn actual interface elements into components with their own lifecycle, dependencies, and responsibilities.

It is especially useful when you want to improve architecture without rebuilding the entire UI from scratch.

Wraplet embraces the old-school philosophy of a front-end developer working with both the backend-rendered templates and front-end JavaScript, but with new technology, making it as clean as never before, with declarative dependency management and easily testable subcomponents.

Official Links