gwt-react
GWT Java bindings for React
File Explorer
Download Latest Version (.zip)- gwt-preact-bundle.js
- gwt-preact-bundle.min.js
- gwt-preact-bundle.min.js.gz
- index-react.js
- .babelrc
- package.json
- webpack.config.js
- gwt-react-bundle.js
- gwt-react-bundle.min.js
- gwt-react-bundle.min.js.LICENSE
- gwt-react-router-bundle.js
- gwt-react-router-bundle.js.LICENSE
- gwt-react-router-bundle.min.js.LICENSE
- index-react-component-interop.js
- index-react-router.js
- index-react.js
- .babelrc
- package.json
- webpack.config.js
- yarn.lock
- ChildrenForEachFn.java
- ChildrenMapFn.java
- ForwardRefCallback.java
- GwtReact.java
- React.java
- ReactDOM.java
- ReactDOMServer.java
- ReactRef.java
- ComponentDidCatch.java
- ComponentDidMount.java
- ComponentDidUpdate.java
- ComponentWillMount.java
- ComponentWillReceiveProps.java
- ComponentWillUnmount.java
- ComponentWillUpdate.java
- GetSnapshotBeforeUpdate.java
- ShouldComponentUpdate.java
- Component.java
- ComponentConstructorFn.java
- ComponentUtils.java
- PureComponent.java
- SetStateCallback.java
- StatelessComponent.java
- ReactElement.java
- ReactElementChildren.java
- AbstractView.java
- ClipboardEvent.java
- ClipboardEventHandler.java
- CompositionEvent.java
- CompositionEventHandler.java
- DragEvent.java
- DragEventHandler.java
- FocusEvent.java
- FocusEventHandler.java
- FormEvent.java
- FormEventHandler.java
- KeyboardEvent.java
- KeyboardEventHandler.java
- MouseEvent.java
- MouseEventHandler.java
- ReactEventHandler.java
- StyleMedia.java
- SyntheticEvent.java
- TouchEvent.java
- TouchEventHandler.java
- TouchList.java
- UIEvent.java
- UIEventHandler.java
- WheelEvent.java
- WheelEventHandler.java
- AnimationFillMode.java
- Visibility.java
- AudioPreload.java
- ButtonType.java
- FormMethod.java
- HeaderScope.java
- InputType.java
- OnOff.java
- Target.java
- YesNo.java
- AnimationFillMode.java
- Visibility.java
- AnchorProps.java
- AudioProps.java
- BtnProps.java
- CircleProps.java
- ColProps.java
- CssProps.java
- FormProps.java
- HtmlGlobalFields.java
- HtmlProps.java
- IFrameProps.java
- ImgProps.java
- InputProps.java
- LabelProps.java
- OptGroupProps.java
- OptionProps.java
- PolygonProps.java
- SelectProps.java
- SourceProps.java
- SvgProps.java
- TableProps.java
- TdProps.java
- TextAreaProps.java
- ThProps.java
- BaseContext.java
- BaseProps.java
- FragmentProps.java
- ReactRefCallback.java
- React.gwt.xml
- .gitignore
- build.gradle
- DOCUMENTATION.md
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/GWTReact/gwt-react
Downloads the entire project code from GitHub to your computer.
cd gwt-react
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Node.js
EasyPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd dist/preact
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
