MCPcopy Index your code
hub / github.com/OpusCapita/react-showroom-client

github.com/OpusCapita/react-showroom-client @v1.2.10

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.2.10 ↗ · + Follow
140 symbols 233 edges 68 files 0 documented · 0% updated 6y ago★ 2415 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

OpusCapita Showroom

Synopsis

Awesome react based components catalog which provide you markdown documentation and live examples. :boom:

If you interested in project development, please star it and send us your pull-requests!

Click gif image and press Download to zoom

showroom-demo

Start new project in 2 minutes!

Video

We have preconfigured project template with webpack, babel, tests, etc. (full overview)

Install template generator globally

npm install -g @opuscapita/react-showroom-template

Create empty directory

mkdir my-react-project && cd my-react-project

Init project and ask several questions

showroom init

Install deps

npm install

Done :star2: Let's run it!

npm start

Open in browser: http://localhost:3000


You can easilly add new component.

showroom add and specify component name

Component will be added to src/client/components directory

Component is a directory includes:

  • .DOCUMENTATION.md
  • .react.js file with sceleton of component
  • .less file with styles
  • index.js file with component export

Add showroom to existing project

See documentation here

Need help with integration to your open-source project? Create an issue or contact us :innocent:

See also

Motivation to develop

The fundamental ideas of ReactJS is modularity and code reuse. You should't rewrite same things every time.

What ReactJS creators say about it:

How do you know what should be its own component? Just use the same techniques for deciding if you should create a new function or object. One such technique is the single responsibility principle, that is, a component should ideally only do one thing. If it ends up growing, it should be decomposed into smaller subcomponents.

As you start to build large libraries of components, you'll appreciate this explicitness and modularity, and with code reuse, your lines of code will start to shrink. :)

O.K., ReactJS creators :+1: We are sure you are clever. We understand your ideas. But if we want to have a large libraries of components we must have a easy way to organize and browse this library.

  • Facebook have thousands of components.

  • In contrast - now we have no common UI composable pieces which allow developers to construct complex busines logic components fast with modern user interface for a better user experience. Happy customer => happy seller

  • Twitter Bootstrap/React Bootstrap don't solve the problem. It have a good looking typography and a simple for use grid system. It have only a little number of basic components like buttons and inputs.

For example if you have a vertical split-screen, default bootstrap grid system based on html media-queries became useless. Media-queries reacts on main viewport size changes, but with split-screen we have two virtual viewports. Simple react component tracking size of specified DOMNode can solve the problem. If we can't find at http://npmjs.com we can write it themselves and reuse in future.

  • There are lot of good-written third-party components. But they can't cover all use-cases. The problem of most of them:

Written by different people with a different methodology of development and styles organization (style conflicts are not a rarity)

We can't change them when met a limitations of API

~~Allen Carr~~ The easy way to start organize a libraries:

  • Spent several hours/days creating a component? Spend 30 more minutes to put your component in a library and write simple documentation with a code example.
  • Next time you or your teammate wont't have to rewrite it again.
  • Or you can spend several hours/days :clock10: to /dev/null again.
  • The choice is yours.

How to use

Embedded

  • Developer-side variant
  • Always write the documentation :pencil:
  • Take care about other developers and others take care about you :tophat:
  • react-fix-it

See how to install

Server application

! Now it require exposed components from main npm package file

See how to install

  • Browse components catalog
  • See usage code examples
  • See API documentation
  • Change component properties and see what happenned in realtime
  • Change component version to see appropriate documentation
  • If you run it don't forget configure this file accordingly showroom-server host and port configuration

Contributors

Alexey Sergeev
Kirill Volkovich

Contributing are welcome. We need YOU! :metal:

Contributing guide

How to start

npm start npm script of @opuscapita/react-showroom-client can confuse if you want to contribute to showroom. Use this npm goal only to start showroom in server variant.

More prefered way is: run npm link, then npm run link-mode;

Install showroom-template separately.

Before run showroom-template's npm start run npm link @opuscapita/react-showroom-client. After that you can change showroom's source-code and see result.

If you need more info about contribution - please create an issue.

License

OpusCapita Showroom is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Core symbols most depended-on inside this repo

Shape

Function 68
Method 47
Class 25

Languages

TypeScript100%

Modules by API surface

src/components/DemoPage/DemoPage.react.js22 symbols
src/components/RepositoryInfoFilesViewer/RepositoryInfoFilesViewer.react.js13 symbols
src/components/ComponentRenderer/ComponentRenderer.react.js12 symbols
src/components/FilterSidebar/FilterSidebar.react.js11 symbols
src/components/SimpleFullScreenModal/SimpleFullScreenModal.react.js10 symbols
src/components/FilterSidebarComponentItem/FilterSidebarComponentItem.react.js9 symbols
src/remote-loader/index.js8 symbols
src/components/DemoPageIndex/DemoPageIndex.react.js6 symbols
src/components/ComponentRendererElement/ComponentRendererElement.react.js6 symbols
src/components/CompilationErrorContainer/CompilationErrorContainer.react.js6 symbols
showroom-template/templates/app/src/client/components/DemoComponent/DemoComponent.react.js6 symbols
src/parseComponents.js3 symbols

For agents

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

⬇ download graph artifact

Ask about this repo answers extend the page