Skip to main content
1 vote
0 answers
74 views

How can I setup a module federation for my project, I have a React Vite app as host and CRA remote app. Do you know an easy setup, do I need to use craco in remote ? I installed craco, and had this is ...
Azer Bouhaouel's user avatar
0 votes
1 answer
70 views

I am switching my project from CRA to vite recently, and found a very strange issue. In my old CRA project, I need to serve an index.html located under public -> ohif-viewer folder and url is ...
Jay's user avatar
  • 23
0 votes
0 answers
98 views

I have Overmind installed for React with DevTools: // package.json { ... "dependencies": { ... "overmind": "^28.0.4", "overmind-devtools": "...
jedidjavdwalt's user avatar
2 votes
1 answer
60 views

I am suddenly unable to build my Webpack frontend, I randomly began getting this error despite not making any changes to the code: Starting the development server... /home/username/Documents/frontend/...
Aaron Meese's user avatar
  • 2,373
0 votes
0 answers
24 views

I'm getting a blank page on every route in my app, not sure if it's the Router config issue or Tomcat config issue. Console does show all resources and built scripts, as well as the app title but the ...
J. Doe's user avatar
  • 103
1 vote
2 answers
285 views

For an existing Create React App (CRA) I wanted to install the shadcn framework to use some components like the date-picker. I installed shadcn manually like stated here a few times but my components ...
SCH361's user avatar
  • 125
0 votes
0 answers
48 views

I wrote a basic program to connect my MongoDB database to my React App: import { MongoClient } from 'mongodb'; import * as dotenv from 'dotenv'; dotenv.config({ path: "./config.env" }); ...
DavidK.'s user avatar
0 votes
1 answer
140 views

A very weird issue which started happening recently. After I create a new expo project with npx create-expo-app@latest <new_proj>, add a eas.json inside of it, and run eas build:inspect --...
tim bits's user avatar
  • 113
0 votes
0 answers
158 views

I recently migrated my project from Create React App (CRA) to Vite, and I’m running into an issue with Tailwind CSS. After making all the changes for the migration, I’m getting the following error: ...
Wellington Antunes's user avatar
0 votes
1 answer
103 views

I'm trying to run npm build but I get "no-unused-vars" errors. I'd like to disable these. My project is build with create-react-app (https://github.com/facebook/create-react-app), React + ...
Max Woolf's user avatar
0 votes
0 answers
140 views

I'm working on updating a large React application ("webapp-front-end") by creating a new module-based redesign. The idea is to gradually migrate and refactor the UI using TypeScript. The new ...
Pedro Bernardes's user avatar
0 votes
1 answer
23 views

I've compiled versions of this code many times over the past few years. It also runs fine in development mode, it just won't compile to staging (or production). VS Code isn't reporting any errors or ...
Regular Jo's user avatar
  • 5,548
0 votes
1 answer
50 views

As a newcomer to the industry, I just want to share my experience today. I encountered a compilation issue when I create a new react app (react 18). During the build process, I ran into the following ...
yang yang's user avatar
-1 votes
1 answer
508 views

I am trying to deploy and finish my first ever react webpage project. My code is purely made in js, i dont think i used typesctipt I've already created front-end using my knowledge and ChatGPT. And I ...
Dmitro Shtempelyuk's user avatar
-1 votes
0 answers
48 views

I have a React component in two different projects: Project A: A React project built with react-scripts build (Create React App). Project B: A Vite-based React project using vite build. In both ...
H_307's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
393