Skip to content

Commit 7bf1687

Browse files
committed
react context note
1 parent 3ff89c8 commit 7bf1687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instructions-1-front-end.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following requirements outline what must be, must not be, and may be done du
2222

2323
### Must nots...
2424

25-
- State managers, such as [Redux](https://react-redux.js.org/) or [Mobx](https://mobx.js.org/README.html#introduction) must not be used. However, you are welcome to use [React Context](https://react.dev/learn/passing-data-deeply-with-context) if you desire.
25+
- State managers, such as [Redux](https://react-redux.js.org/) or [Mobx](https://mobx.js.org/README.html#introduction), must not be used. However, you are welcome and encouraged to use [React Context](https://react.dev/learn/passing-data-deeply-with-context) for sharing state among multiple components.
2626
- Account registration or log in functionality must not be included - that can be added later during back-end development. But do include the non-functional screens for these.
2727
- Any data that will be coming from a server or API must not be hard-coded within your front-end code... mock the API for now and fetch the data from the server within the front-end code.
2828
- Any user-generated images must not be hard-coded in the front-end code, but must be mocked with a random image service for now.

0 commit comments

Comments
 (0)