DEV Community

Discussion on: Who's looking for open source contributors? (Jan 14th edition)

Collapse
 
uppercod profile image
Matias Trujillo • Edited

I share Orby, a small library for the generation of 100% functional interfaces.

Orby-counter

Orby approves the ideas of React in the use of Hooks, as a pattern to manipulate functional instances. but unlike React,
Orby seeks to stay simple and small, similar to the objectives of Preact.

Currently the library weighs 2.8kB, but delivers support to:

  1. Default effects: useState, useEffect, useMemo, useContext, useReducer.
  2. high order components.
  3. assignment of keys, to manipulate the order of the children.

I hope you like it.