0.0.18 • Published 1 month ago

@freact/core v0.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month 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 month ago

0.0.17

3 months ago

0.0.10

10 months ago

0.0.11

10 months ago

0.0.12

9 months ago

0.0.13

9 months ago

0.0.14

9 months ago

0.0.15

9 months ago

0.0.9

10 months ago

0.0.16

9 months ago

0.0.8

10 months ago

0.0.7

11 months ago

0.0.3

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.6

11 months ago

0.0.2

12 months ago

0.0.1

12 months ago