Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative to React and React Reconciler #23

Open
malash opened this issue Aug 20, 2020 · 0 comments
Open

Alternative to React and React Reconciler #23

malash opened this issue Aug 20, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@malash
Copy link
Collaborator

malash commented Aug 20, 2020

Since GojiJS is a React-based framework the react and react-reconciler became necessary dependencies that cost about 80kb of the main package size.

-rw-r--r-- 1 malash staff 6.6K Jun 23 12:48 node_modules/react/cjs/react.production.min.js
-rw-r--r-- 1 malash staff 74K Jun 20 16:21 node_modules/react-reconciler/cjs/react-reconciler.production.min.js

As we knew, there are several alternatives to React and React DOM from the opensource community, and some of them, for example, the Preact, can provide the almost same features within as less as 3kb.

This issue proposes to create a new package @goji/react to replace the React and React Reconciler while keeping the API compatibility.

@malash malash self-assigned this Oct 12, 2020
@malash malash added the enhancement New feature or request label Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant