Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

v0.1.2-release

Choose a tag to compare

@safethecode safethecode released this 21 Jan 17:35

By introducing requestApi, we made it possible to effectively manage API requests, and additionally changed the pages and containers structure. Afterwards, the update was carried out to add the missing RecoilRoot.

  • docs: add to used stack and file structure to documentation
  • chore(deps): move @types/react-dom to devDependencies and add axios
  • feat(common): add response type to API example todoList request
  • feat(api): add requestApi to manage the entire API request
  • fix(utils/makeGetKey): change to ternary operator regarding makeGetkey
  • fix(pages/_app): add RecoilRoot that was previously missing
  • refactor(pages/index): delete the code with the existing background c…
  • chore(lockfile): update postcss and other library versions by Dependabot
  • chore(eslint): change to off from the existing no-unused-vars warn se…
  • feat(containers/Main): add Main to containers folder according to str…
  • feat(pages/index): Change Main apply
  • v0.1.2-release