Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

181
Views
In React, how to show image using require and array

I want to show the img randomly, so I use an array to store the path, but it has sth wrong.

const imgSrc=["./static/images/thumb1.jpg","./static/images/thumb1.jpg"]
export default class SongCard extends React.Component {
    render() {
    return (
        <Card  sx={{ display: 'flex'}}>
        <CardMedia
            enter code herecomponent="img"
            image={require("\""+imgSrc[0]+"\"")}  //can not show img
            image={require("./static/images/thumb1.jpg")}   //can correctly show img
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!