Skip to content
    Back to all Bounties

    Earn 1,800 ($18.00)

    Time Remainingdue 3 years ago
    Open

    React native feature that fetches API data and stores in redux

    tgorer
    tgorer
    Posted 3 years ago

    Bounty Description

    Problem Description:
    We have a react native app that talks to a webhook which in turn sends sports API data to our database. We are trying to build a feature where we fetch the sports data from our database. We want and display it in a Flatlist. We also would like to do the pagination with redux. Each user account in our app has unique data that belongs to that user, so we must query the DB by filter properly. A basic version of the feature is written already with bugs. Looking for a react / react native dev w/2+ years experience to help finalize it. If you feel the bounty is not enough, then let me know.

    Acceptance Criteria:

    • Query for user data in our database
    • Use redux to store this data
    • Paginate the data with redux
    • Refresh the data when user wants updated data