- Notifications
You must be signed in to change notification settings - Fork8
JointJS+ Tutorial React
clientIO/joint-plus-tutorial-react
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This git repository is intended for instructional purposes. It is the source code that accompanies a JointJS+ blog post "Integration with React" which can be foundhere.
To run the following code, you will need aJointJS+ license that comes with the JointJS+ installable package filejoint-plus.tgz
.
Make sure you have the following dependencies installed on your system:
- Node.js
- git
Clone this repository.
git clone git@github.com:clientIO/joint-plus-tutorial-react.git
Change into thejoint-plus-tutorial-react
directory.
cd joint-plus-tutorial-react
For this tutorial, you need to place your ownjoint-plus.tgz
file in the root directory.
When that is completed, you can install the dependencies.
npm install
Your demo is now ready to start.
npm start
You should be able to view the demo athttp://localhost:3000
.
We have decided to keep the React import in our code for consistency reasons.
Because the new JSX transform will automatically import the necessary react/jsx-runtime functions, React will no longer need to be in scope when you use JSX. This might lead to unused React imports in your code. It doesn’t hurt to keep them.Unused React imports
About
JointJS+ Tutorial React
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.