JavaScript ES6+ features.
Craft.js solves this problem by modularising the building blocks of a page editor. It ships with a drag-n-drop system and handles the way user components should be rendered, updated and moved - among other things. With this, you'll be able to build your own page editor exactly how you want it to look and behave.
prevwong • GitHub - prevwong/craft.js: 🚀 A React Framework for building extensible drag and drop page editors
htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext
htmx - high power tools for html
The unique part of Qwik is not in what it does but in how it achieves its goals. Qwik's goal is to have instant-on applications, even on mobile devices. Qwik achieves this through two main strategies:
Delay execution and download of JavaScript for as long as possible.
Serialize the execution state of the application and the framework on the server an... See more
Delay execution and download of JavaScript for as long as possible.
Serialize the execution state of the application and the framework on the server an... See more
Think Qwik | Concepts 📚 Qwik Documentation
Create cross-browser extensions with no build configuration.
Extension.js is a plug-and-play, zero-config, cross-browser extension development tool with built-in support for TypeScr... See more
- Create A New Extension — How to create a new extension.
- Get Started Immediately — Get work done in no time.
- I have An Extension - Use only specific parts of Extension.js .
Extension.js is a plug-and-play, zero-config, cross-browser extension development tool with built-in support for TypeScr... See more