All Projects → faywong → preact-native

faywong / preact-native

Licence: other
client native implement of preactjs(https://preactjs.com/)

Projects that are alternatives of or similar to preact-native

hyperapp-example
hyperapp example
Stars: ✭ 14 (-17.65%)
Mutual labels:  preact
ninetales
An experimental framework raising the performance bar
Stars: ✭ 27 (+58.82%)
Mutual labels:  preact
rainbow-explorer
🌈 A 20kb Preact & Redux based Progressive Web App that translates real life color to digital color.
Stars: ✭ 26 (+52.94%)
Mutual labels:  preact
preact-transitioning
Preact components for easily implementing basic CSS animations and transitions
Stars: ✭ 35 (+105.88%)
Mutual labels:  preact
preact-wp
No description or website provided.
Stars: ✭ 12 (-29.41%)
Mutual labels:  preact
browser-extension
Browser Extension Template with ESbuild builds, support for React, Preact, Typescript, Tailwind, Manifest V3/V2 support and multi browser build including Chrome, Firefox, Safari, Edge, Brave.
Stars: ✭ 535 (+3047.06%)
Mutual labels:  preact
blurhash-as
Blurhash implementation in AssemblyScript
Stars: ✭ 26 (+52.94%)
Mutual labels:  preact
merkur
tiny extensible javascript library for front-end microservices
Stars: ✭ 45 (+164.71%)
Mutual labels:  preact
preact-cli-plugin-typescript
Adds TypeScript support to preact-cli ⚡
Stars: ✭ 49 (+188.24%)
Mutual labels:  preact
maji
Maji is a framework to build great hybrid mobile apps.
Stars: ✭ 18 (+5.88%)
Mutual labels:  preact
preact-css-transition-group
Apply CSS transitions when adding or removing Preact components/elements
Stars: ✭ 60 (+252.94%)
Mutual labels:  preact
xoid
Framework-agnostic state management library designed for simplicity and scalability ⚛
Stars: ✭ 96 (+464.71%)
Mutual labels:  preact
moonwave
🌗 A small web application framework.
Stars: ✭ 14 (-17.65%)
Mutual labels:  preact
preact-route-async
Easy asynchronous loading for your router components. For 440B.
Stars: ✭ 36 (+111.76%)
Mutual labels:  preact
shopping-list-preact-pouchdb
Shopping List is an Offline First demo Progressive Web App built using Preact and PouchDB.
Stars: ✭ 18 (+5.88%)
Mutual labels:  preact
vitext
The Next.js like React framework for better User & Developer experience!
Stars: ✭ 376 (+2111.76%)
Mutual labels:  preact
PreactSimpleStarter
PWA Simple Starter with Preact, Preact-mdl and Webpack2 🔥🔥🔥
Stars: ✭ 65 (+282.35%)
Mutual labels:  preact
anonymous-web
💬 A PreactJS powered progressive web (chat) application (Not active)
Stars: ✭ 28 (+64.71%)
Mutual labels:  preact
go-preact-starter
Starter for combining Go and Preact in any web project.
Stars: ✭ 19 (+11.76%)
Mutual labels:  preact
agrippa
The CLI for frontend component generation
Stars: ✭ 555 (+3164.71%)
Mutual labels:  preact

preact-native

native(java, object-c) implement of preactjs(https://preactjs.com/)

container driver

these dom apis need to be implemented in preact-native

node

  • normalizedNodeName
  • parentNode [YES]
  • removeChild [YES]
  • style [YES]
  • innerHTML [YES]
  • addEventListener [YES]
  • removeEventListener
  • removeAttribute
  • removeAttributeNS
  • setAttributeNS
  • setAttribute [YES]
  • nodeName
  • replaceChild
  • lastChild
  • insertBefore [YES]
  • appendChild [YES]

document

  • createTextNode
  • createElementNS
  • createElement [YES]

async layout & measure

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].