Reaksi JS

Very similar to React

Reaksi follows React API very closely. So an experienced React user will have zero learning curve

Built-in Support for Redux

You can start using Redux with Reaksi without installing additional plugin.

Includes Router

Also, no need to install separate Routing library when you want to create multi pages website

Differences from React

  • No class component. We don't like class based component, so we decided not to support it in Reaksi.

  • Reaksi does not have synthetic event system like React does. Reaksi uses the browser's native "addEventListener" for event handling internally.

  • Reaksi doesn't support React Native. Reaksi was only designed for the browser with the DOM in mind

  • Even though we're actively working on it, Many of React features may not exist in Reaksi yet.

  • For now, Reaksi does not support server-side rendering.

Our Motivation

We know that JavaScript ecosystem is already very crowded with UI libraries. And you know what, we're not trying to compete with them or to be the next big thing.

So, why do this ? Well, it's simple. We build Reaksi to learn about React and JavaScript in general. Its codebase is still very simple, quite easy to read and follow. If you're like us, willing to understand how React works under the hood, you can join us. fork us on github, and make your own UI library.

Are you interested ?

Read our short documentation to get familiar with Reaksi