KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
bdc
★ 20
Open GitHub ↗
Behavior Driven Composition
Download README (.md)
Explore Similar Repositories
examples
:
No description available.
contractmanager
:
ContractManager is a contract management software for the Jameica platform.
Personal-Assistant
:
Household Intelligent Assistant
lvartisan
:
Laravel artisan command for creating view.
THREE.Text
:
THREE.TextMesh for three.js
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bdc
?
Download (.md)
[](http://troutowicz.mit-license.org) # bdc > **B**ehavior **D**riven **C**omposition BDC is a pattern that can be used when creating applications with [React](https://github.com/facebook/react). The idea is to keep components self-sufficient while being as minimal as possible. Components can obtain additional behavior via mixins. This repository provides a simple example of an app built using BDC. [react-stamp](https://github.com/stampit-org/react-stamp) is used to handle composition. ```bash npm build npm start ``` The app is viewable on CodePen [here](http://codepen.io/troutowicz/pen/BoZqXX?editors=001).