SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Java React Projects
-
Raise minimum Node.js requirement to 18.x (#37709) (see also Node.js 16 EOL).
-
JHipster
JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."
Project mention: Deploy Secure Spring Boot Microservices on Amazon EKS Using Terraform and Kubernetes | dev.to | 2023-11-23provider "auth0" { domain = "https://" debug = false } # Create a new Auth0 application for the JHipster app resource "auth0_client" "java_ms_client" { name = "JavaMicroservices" description = "Java Microservices Client Created Through Terraform" app_type = "regular_web" callbacks = ["http://localhost:8080/login/oauth2/code/oidc"] allowed_logout_urls = ["http://localhost:8080"] oidc_conformant = true jwt_configuration { alg = "RS256" } } # Configuring client_secret_post as an authentication method. resource "auth0_client_credentials" "java_ms_client_creds" { client_id = auth0_client.java_ms_client.id authentication_method = "client_secret_post" } # Create roles for the JHipster app resource "auth0_role" "admin" { name = "ROLE_ADMIN" description = "Administrator" } resource "auth0_role" "user" { name = "ROLE_USER" description = "User" } # Create an action to customize the authentication flow to add the roles and the username to the access token claims expected by JHipster applications. resource "auth0_action" "jhipster_action" { name = "jhipster_roles_claim" runtime = "node18" deploy = true code = <<-EOT /** * Handler that will be called during the execution of a PostLogin flow. * * @param {Event} event - Details about the user and the context in which they are logging in. * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login. */ exports.onExecutePostLogin = async (event, api) => { const namespace = 'https://www.jhipster.tech'; if (event.authorization) { api.idToken.setCustomClaim(namespace + '/roles', event.authorization.roles); api.accessToken.setCustomClaim(namespace + '/roles', event.authorization.roles); } }; EOT supported_triggers { id = "post-login" version = "v3" } } # Attach the action to the login flow resource "auth0_trigger_actions" "login_flow" { trigger = "post-login" actions { id = auth0_action.jhipster_action.id display_name = auth0_action.jhipster_action.name } } # Create a test user. You can create more users here if needed resource "auth0_user" "test_user" { connection_name = "Username-Password-Authentication" name = "Jane Doe" email = "[email protected]" email_verified = true password = "passpass$12$12" # Don't set passwords like this in production! Use env variables instead. lifecycle { ignore_changes = [roles] } } resource "auth0_user_roles" "test_user_roles" { user_id = auth0_user.test_user.id roles = [auth0_role.admin.id, auth0_role.user.id] } output "auth0_webapp_client_id" { description = "Auth0 JavaMicroservices Client ID" value = auth0_client.java_ms_client.client_id } output "auth0_webapp_client_secret" { description = "Auth0 JavaMicroservices Client Secret" value = auth0_client_credentials.java_ms_client_creds.client_secret sensitive = true }
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Project mention: Trouble connecting on remote connections (React Native) Help required 🙏 | /r/WebRTC | 2023-07-17
Hi, I am using react-native-webrtc along with react-native-simple-peer for my webrtc video calls. I tried using a custom turn server and twilio's servers as well. All the servers that I am using give IceGatheringState: complete on this website, so I feel that the servers are working fine. I am unable to connect the calls whenever I'm using mobile data or am on different networks and get the error Ice Connection failed. Have tried toggling values for trickle and also tried completely relying on the turn severs by using iceTransportPolicy: 'relay'. Have beat my head for quite some time regarding the solution for this and would appreciate any help, thanks!
-
Project mention: UniversalMediaServer – A DLNA, UPnP and HTTP(s) Media Server | news.ycombinator.com | 2023-07-05
-
Use this library https://www.npmjs.com/package/react-native-geolocation-service
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
Project mention: Is Jetpack Compose/Flutter way of building UI really better than xml | /r/androiddev | 2023-03-26
The closest thing I can think of is either Anvil https://github.com/anvil-ui/anvil
-
-
-
-
-
-
-
typescript-react-native-starter
A highly scalable foundation with a focus on best pratices and simplicity to start your React Native project in seconds.
-
react-native-tracking-transparency
🕵️ A React Native Library for interacting with the tracking API from iOS 14.
-
-
Project mention: usescandetection works in react, need similar approach in react-native | /r/reactnative | 2022-12-29
-
simple-react-native-starter
Simple ReactNative starter with an opinionated folder structure for mobile development.
-
-
react-native-typescript-boilerplate
React Native Typescript Boilerplate, React Native Starter Kits : react-navigation and its dependencies, redux, redux persist and redux thunk, redux toolkit, react native vector icons, react-native async storage (by handi-dev)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Java React related posts
- Auth0 increases price by 300%
- How Many Dependencies Does Your Project Really Have?
- Best React Native splash screen libraries
- Building a calculator app with React Native and Tailwind CSS
- Trouble connecting on remote connections (React Native) Help required 🙏
- Lag issues with RN
- Show Your Work Thread
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa1744ed0>
www.saashub.com | 9 Dec 2023
Index
What are some of the best open-source React projects in Java? This list will help you:
Project | Stars | |
---|---|---|
1 | react-native | 113,164 |
2 | JHipster | 21,016 |
3 | react-native-webrtc | 4,382 |
4 | react-native-share | 3,447 |
5 | native-navigation | 3,128 |
6 | UniversalMediaServer | 2,079 |
7 | react-native-geolocation-service | 1,565 |
8 | metasfresh | 1,518 |
9 | Anvil | 1,448 |
10 | react-native-geolocation | 1,166 |
11 | react-native-web-monorepo | 859 |
12 | jail-monkey | 510 |
13 | react-native-unity-view | 399 |
14 | react-native-perspective-image-cropper | 297 |
15 | react-native-bars | 245 |
16 | typescript-react-native-starter | 228 |
17 | react-native-tracking-transparency | 217 |
18 | react-native-zeroconf | 204 |
19 | react-native-keyevent | 187 |
20 | simple-react-native-starter | 73 |
21 | react-native-hce | 50 |
22 | react-native-typescript-boilerplate | 27 |
23 | auth0-full-stack-java-example | 26 |