2.3.4 • Published 1 year ago

create-reactjava-app v2.3.4

Weekly downloads
1
License
MIT
Repository
-
Last release
1 year ago

Introduction

ReactJava provides the ability to create React web applications using the Java programming language. It will also automatically allow any ReactJava web application to be installed to iOS, Android, MacOS and Windows as a Progressive Web App (PWA).

ReactJava is not a framework in its own right; it is simply a lightweight front-end providing access to the standard React framework from Java.

ReactJava was initially created as an educational aid for Advanced Computer Science high school students in which Java is taught as the sole programming language in compliance with the College Board national curriculum. The intention was to allow students fluent in Java but inexperienced in Javascript the ability to leverage all the power of React, lightweight, declarative, performant, component-based programming that is simple to write and easy to debug, packaged in a way that naturally combines the structure, familiarity, and reach of Java.

Despite its initial focus on computer science education, it has emerged as a tool of more general interest in its own right to a broader developer community. Although we make no claims that the developer experience with ReactJava is generally better than that of normal React, some may find it appealing to be able to use Java with its inherent structure, rich set of robust, industrial-strength tools, leveraging the enormous collection of existing Java libraries to build the same great applications for mobile and the desktop that is done normally with React.

Installation

Windows

$ npm -g install create-reactjava-app

Mac/Linux

$ sudo npm -g install create-reactjava-app

Getting Started

The ReactJava Developer Guide is the central resource for those wishing to learn how to create a React application with Java. The Getting Started section will help you get up and running right away with create-reactjava-app.

License

MIT

2.3.0

1 year ago

2.3.2

1 year ago

2.3.1

1 year ago

2.3.4

1 year ago

2.3.3

1 year ago

2.2.3

3 years ago

2.2.4

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago