
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
oce-collaborate
Advanced tools
A react module to handle collaboration in loosely groups of peers based on REA syntax
Collaborate is a statefull component, part of the OCE suite. It can be installed as any other npm module and imported into your application. It includes:
Btw Collaborate is currently a submodule of dashboard, and it depends on a specific valueflows graphql layer to fetch/update data.
npm install collaborate
import Collaborate from 'collaborate'
ReactDOM.render(
<ApolloProvider client={client}>
<Router>
<AppTemplate>
<Route exact path='/login' component={Login} />
<Route exact path='/' component={() => (<h1>overview</h1>)} />
<Route path='/work' component={Work} />
<Route path='/settings' component={Settings} />
</AppTemplate>
</Router>
</ApolloProvider>,
document.getElementById('root')
)
The collaborate app comes together with a demo
folder, that includes the app inside a dashboard and handles mainly the login part with the graphql API (TODO: setup a local graphql instance)
git clone https://github.com/opencooperativeecosystem/collaborate.git
cd collaborate
npm install
npm start
Open on your browser localhost:3000
TODO
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
A react module to handle collaboration in loosely groups of peers based on REA syntax
We found that oce-collaborate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.