0.0.18 • Published 1 year ago

@freact/core v0.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Freact

Freact is a VDOM-based component library that aims to mimic the API of React. Create a new Freact project by running one of these commands:

npm init @freact    # npm
yarn create @freact    # yarn
pnpm create @freact    # pnpm

Supported React features:

  • Function Components
  • Fragment
  • createContext
  • memo
  • Hooks
    • useState
    • useEffect
    • useRef
    • useReducer
    • useMemo
    • useCallback
    • useContext

Minimal code example for Freact:

import { createRoot } from 'freact';

createRoot('#app').render(
  <div>this is a Freact app</div>
);
0.0.18

1 year ago

0.0.17

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.16

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago