Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregros/naff
Client-side DOM swiss army knife and switchblade.
https://github.com/gregros/naff
Last synced: 9 days ago
JSON representation
Client-side DOM swiss army knife and switchblade.
- Host: GitHub
- URL: https://github.com/gregros/naff
- Owner: GregRos
- License: mit
- Created: 2022-06-18T16:46:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T17:11:05.000Z (over 2 years ago)
- Last Synced: 2024-11-06T10:29:35.931Z (about 2 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Naff' Said
What is Naff? **Not A Frontend Framework**. It's not a library for developing client-side web applications. It's best to write web apps with real frameworks like React (which I consider a framework) or Angular (or Vue or one of the many, many others).
Naff focuses on a few things:
1. Manipulating, querying, and exploring the DOM directly.
2. Building web components.
3. Quick, ugly prototyping.Naff's API is inspired by JQuery, at least those parts that involve the DOM and HTML.
## Primary