88 questions
0 votes
1 answer
58 views
Can't compile broadleaf commerce ReactStarter-develop-6.0.x
I've tried to compile ReactStarter-develop-6.0.x, but it's giving the following error: org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-...
7 votes
3 answers
19k views
Recharts is not working for the React with typescript
I have an issue with handling chart libraries. Step by step Create an empty project $ npx create-react-app chart-demo --template typescript Add Recharts $ yarn add @types/recharts Run the project $ ...
0 votes
0 answers
374 views
Embedding react component in existing web project
I started a React app using the following react starter kit and I'm trying to use one of the components that I created in an existing old web project. After creating the component using the starter ...
0 votes
1 answer
84 views
Calling api in react with axios and search but don't know how to do it
So here is the thing. I have the endpoint but don't know how to filter the response and list the result in the same way for every object. I know this a very newbie intro question, I appreciate any ...
1 vote
1 answer
2k views
React Router loads component slowly - how to Pre Render or load component faster?
What i want to do is to increase the speed at which React router loads a component when clicked, right now it takes about 1 second to display it, i want it to show almost instantly once clicked like ...
1 vote
1 answer
1k views
Unit test reactjs component function with Jest and Enzyme
I have a problem, which is how to write unit tests for the function below, function is login user with a sequence of actions such as user inputting data, pressing (fake action) button and sending ...
-1 votes
1 answer
355 views
I am looking for any starter kit or boiler plate using laravel
I have just finished with prototype, and I am eagerly searching for any starter kit or boiler plate, I have searched but unable to get access if anyone knows any website or link it would be great.
0 votes
2 answers
2k views
Getting data from external API before render
I have an application based on the React Starter Kit. Every page have a fetch function that getting data from API in componentDidMount lifecycle. I want to get data first and then render page with ...
0 votes
0 answers
61 views
React Starter Kit - cannot make API requests in production
I have a custom API endpoint that makes a request to instagram to download an instagram page's JSON and then render posts. this works in development, however, in production I get the error POST ...
1 vote
4 answers
3k views
REACT -- adding input toggle in react
I am creating a react app i have to add an input toggle inside my header component. I tried to add but JavaScript is not working. if this is the header component file. inside this component I have ...
1 vote
1 answer
260 views
react- adding a child component inside a main component
I creating a react app. when I am trying to import a component inside header app becomes blank in browser. below is my code main component import React, { Component } from 'react'; import ...
0 votes
1 answer
4k views
how to add a search component in react?
I am transforming my current app into React, current ap is using jquery and PHP. current search bar <ul class="token-input"> <li class="token-"> <input name="p" type="...
6 votes
2 answers
18k views
react leaflet map error in server side rendering
RESOLVED --- please read update 2 hello I've this error in react starter kit with react-leaflet map it's like github module example but i dont know what is problem!!! i think it have a problem with ...
6 votes
4 answers
7k views
CSS Specificity with CSS Module
First, let me say I understand that I have a custom component "Card" that I use in one of my routes, "Home". Card.js import s from 'Card.css'; class Card { ... render(){ return (<...
-1 votes
1 answer
2k views
Heroku deploying error
enter image description here at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=thawing-harbor-62063.herokuapp.com request_id=f660858a-37c6-4a77-8940-cd7ca253bb6c fwd="76.164....