chore(react): add redux example
This commit is contained in:
@@ -51,6 +51,7 @@ import UseNodesData from '../examples/UseNodesData';
|
||||
import UseHandleConnections from '../examples/UseHandleConnections';
|
||||
import AddNodeOnEdgeDrop from '../examples/AddNodeOnEdgeDrop';
|
||||
import DevTools from '../examples/DevTools';
|
||||
import Redux from '../examples/Redux';
|
||||
|
||||
export interface IRoute {
|
||||
name: string;
|
||||
@@ -314,6 +315,11 @@ const routes: IRoute[] = [
|
||||
path: 'useupdatenodeinternals',
|
||||
component: UseUpdateNodeInternals,
|
||||
},
|
||||
{
|
||||
name: 'redux',
|
||||
path: 'redux',
|
||||
component: Redux,
|
||||
},
|
||||
{
|
||||
name: 'Validation',
|
||||
path: 'validation',
|
||||
|
||||
Reference in New Issue
Block a user