Coder Social home page Coder Social logo

Comments (4)

mamadou-niakate avatar mamadou-niakate commented on June 26, 2024

Can you please assign this to me ? I can implement React Context API with useReducer instead of a useState hook for each single state.

from easy-consulting-react.

Ujjalzaman avatar Ujjalzaman commented on June 26, 2024

thank @mamadou-niakate I'm thinking update the overall website as well, looking for some contribution,
having lots of timing conflicts, and have to work on weekends.
anyway, I'm assigning you the issue.
also, you can join me by skype or email.

from easy-consulting-react.

mamadou-niakate avatar mamadou-niakate commented on June 26, 2024

Hey @Ujjalzaman i implemented the Context API.
I also notice an issue: when you come on the home page there's issue with data fetching the page get overlapped by a modald with the following error:

×
Unhandled Rejection (TypeError): Failed to fetch
(anonymous function)
C:/Users/mamad/Documents/Open-source-contribution/Easy-Consulting-react/src/component/Home/Reviews/Reviews.jsx:14
  11 | SwiperCore.use([Pagination, Autoplay]);
  12 | const [reviews, setReviews] = useState([])
  13 | useEffect(() => {
> 14 |     fetch('https://immense-river-40491.herokuapp.com/reviews')
     | ^  15 |     .then(res => res.json())
  16 |     .then(data => {
  17 |         setReviews(data);

And you have to manually close that modal.

You can open a new issue i will correct it

from easy-consulting-react.

Ujjalzaman avatar Ujjalzaman commented on June 26, 2024

@mamadou-niakate Please join me on skype or email

from easy-consulting-react.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.