You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: instructions-1-front-end.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The following requirements outline what must be, must not be, and may be done du
22
22
23
23
### Must nots...
24
24
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.
26
26
- 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.
27
27
- 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.
28
28
- 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