Skip to content

Commit dfc8322

Browse files
author
Paul Stockley
committed
End support for Redux
1 parent 9af944f commit dfc8322

24 files changed

+0
-24630
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ gwt-react-examples provides examples of how to use the various GWTReact projects
77

88
* [gwt-react](https://github.com/GWTReact/gwt-react) - example [todomvc](https://github.com/GWTReact/gwt-react)
99
* [gwt-react-router](https://github.com/GWTReact/gwt-react-router) - example [todomvc](https://github.com/GWTReact/gwt-react)
10-
* [gwt-redux](https://github.com/GWTReact/gwt-redux) - examples [counter](https://github.com/reactjs/redux/tree/master/examples/counter), [todos with undo](https://github.com/reactjs/redux/tree/master/examples/todos-with-undo)
11-
* [gwt-mobx](https://github.com/mobxjs/mobx) - examples a port of redux todos (without undo), API exploration sample
1210
* GWT interop with existing Widgets.
1311
* Using Preact instead of React.
1412

@@ -26,9 +24,5 @@ If you click on the example links above, you can see the Javascript projects the
2624

2725
* http://localhost:8080/gwt-react-examples/apiSanityTest.html
2826
* http://localhost:8080/gwt-react-examples/todomvc.html
29-
* http://localhost:8080/gwt-react-examples/mobxApiTest.html
30-
* http://localhost:8080/gwt-react-examples/mobxTodo.html
31-
* http://localhost:8080/gwt-react-examples/reduxCounter.html
32-
* http://localhost:8080/gwt-react-examples/reduxTodoWithUndo.html
3327
* http://localhost:8080/gwt-react-examples/widgetInterop.html
3428
* http://localhost:8080/gwt-react-examples/preactSanityTest.html

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,12 @@ gwt {
5252
modules 'gwt.react.api_sanity_test.apisanitytest'
5353
modules 'gwt.react.widget_interop.widget_interop'
5454
modules 'gwt.react.todo_mvc.todomvc'
55-
modules 'gwt.react.mobx.api_test.mobxapitest'
56-
modules 'gwt.react.mobx.todo.mobxtodo'
57-
modules 'gwt.react.redux.counter.counter'
58-
modules 'gwt.react.redux.todo_with_undo.todowithundo'
5955
modules 'gwt.react.widget_interop.widget_interop'
6056
modules 'gwt.react.preact_sanity_test.preactsanitytest'
6157

6258
dependencies {
6359
gwt group: 'com.github.gwtreact', name: 'gwt-interop-utils', version: '0.2.+'
6460
gwt group: 'com.github.gwtreact', name: 'gwt-react', version: '0.5.+'
65-
gwt group: 'com.github.gwtreact', name: 'gwt-redux', version: '0.4.+'
66-
gwt group: 'com.github.gwtreact', name: 'gwt-mobx', version: '0.5.+'
6761
gwt group: 'com.github.gwtreact', name: 'gwt-react-router', version: '0.4.+'
6862
}
6963

src/gwt/react/redux/counter/client/App.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/gwt/react/redux/counter/client/components/Counter.java

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/gwt/react/redux/counter/client/reducers/CounterReducer.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/gwt/react/redux/counter/counter.gwt.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/gwt/react/redux/todo_with_undo/client/Index.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/gwt/react/redux/todo_with_undo/client/actions/Actions.java

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/gwt/react/redux/todo_with_undo/client/components/App.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/gwt/react/redux/todo_with_undo/client/components/Footer.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)