MCPcopy Index your code
hub / github.com/MarufZak/react-simplified

github.com/MarufZak/react-simplified @v.1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v.1.0.0 ↗ · + Follow
502 symbols 681 edges 96 files 39 documented · 8%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

React Simplified

A monorepo containing following packages:

  1. @marufzak/react - Zero-dependency, minimalistic implementation of the React library, originally created and maintained by Facebook.
  2. @marufzak/strapi-ui - UI library built on top of @marufzak/react package.

For more information about the packages, please refer to their documentations.

Extension points exported contracts — how you extend this code

RefObject (Interface)
* A readonly ref container where current cannot be mutated. * * Created by createRef, or {@link us
packages/react/src/types/index.d.ts
BreadcrumbProps (Interface)
(no doc)
packages/strapi-ui/src/components/breadcrumb.tsx
User (Interface)
(no doc)
apps/dashboard/src/App.tsx
Attributes (Interface)
* @internal The props any component can receive. * You don't have to add this type. All components automatically acce
packages/react/src/types/index.d.ts
BreadcrumbListProps (Interface)
(no doc)
packages/strapi-ui/src/components/breadcrumb.tsx
Props (Interface)
(no doc)
apps/dashboard/src/components/page.tsx
RefAttributes (Interface)
* The props any component accepting refs can receive. * Class components, built-in browser components (e.g. `div`) an
packages/react/src/types/index.d.ts
BreadcrumbItemProps (Interface)
(no doc)
packages/strapi-ui/src/components/breadcrumb.tsx

Core symbols most depended-on inside this repo

cn
called by 46
packages/strapi-ui/src/utils.ts
map
called by 8
packages/react/src/types/index.d.ts
renderRecursively
called by 6
packages/react/src/dom/react-dom.ts
getCallerStack
called by 6
packages/react/src/core/utils.ts
subscribeToStoreChange
called by 5
packages/react/src/core/componentRegistry.ts
renderChildrenRecursively
called by 4
packages/react/src/dom/react-dom.ts
subscribeToStateChange
called by 4
packages/react/src/core/useState.ts
subscribeToComponentRegistryComplete
called by 3
packages/react/src/core/useEffect.tsx

Shape

Interface 318
Function 131
Method 41
Class 12

Languages

TypeScript100%

Modules by API surface

packages/react/src/types/index.d.ts308 symbols
packages/strapi-ui/src/components/breadcrumb.tsx12 symbols
packages/strapi-ui/src/components/modal.tsx8 symbols
packages/react/src/dom/utils.ts8 symbols
packages/react/src/dom/eventRegistry.tsx8 symbols
packages/react/src/core/componentRegistry.ts7 symbols
apps/dashboard/src/pages/dashboard/media.tsx7 symbols
packages/react/src/shared/errors.ts6 symbols
packages/react/src/dom/react-dom.ts6 symbols
apps/dashboard/src/components/sidebar.tsx6 symbols
packages/react/src/core/utils.ts5 symbols
apps/dashboard/src/App.tsx5 symbols

For agents

$ claude mcp add react-simplified \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page