Skip to content
This repository was archived by the owner on Dec 23, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Feel free to choose if you are going to use the Rest API or the GraphQL API, and
- Server side rendering.

# Solution
- Use `reactjs`, you can start with a simple `create-react-app` structure and work from there;
- Use whatever you understand that solves the problem. You also can use JS Libs or Frameworks like ReactJS, AngularJS, VueJS or others;
- Use some state managing solution;
- Use ES6+ features and write down in the readme why you used and for what, for at least 2 of them;
- Write unit tests and any other test you may find helpful or important to have;
Expand Down