Skip to content

marty8zhang/_challenge_typescript-react-context

Repository files navigation

Getting Started

Note: All commands need to be run inside the project root.

Locally

$ yarn install -s
$ yarn start

Docker & Docker Compose

$ docker-compose -f "docker-compose.yml" up -d --build server

Testing

$ docker-compose -f "docker-compose.yml" up --build test

Assumptions

  • All defined model fields are mandatory.

  • UserNameFilterContext is only for demonstration purposes, e.g., how to use multiple contexts in an app. For this particular challenge, filtered results and filter input change handling could've been done in the parent component solely and pass down as props.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published