일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- tailwindcss
- nextJS
- express.js
- useState
- Redux
- built in object
- blockchain
- HTML
- typeScript
- API
- Ethereum
- hardhat
- node.js
- web
- REACT
- middleware
- graphQL
- 삶
- CSS
- Interface
- 기준
- SSR
- Props
- concept
- error
- CLASS
- JavaScript
- bitcoin
- evm
- solidity
- Today
- Total
ReasonJun
Nextjs Project: Christmas pet ai profile Platform Product / Building Problems 본문
Nextjs Project: Christmas pet ai profile Platform Product / Building Problems
ReasonJun 2023. 12. 26. 16:59Product :
Video :
problems :
1. filter routing problem :
=> I set filtering in the layout for each page, but a loop phenomenon was discovered.
2. Libraries that worked normally on desktop did not work on mobile.
3. Depending on the mobile software version, some operations may not work.
4. There were problems with communication between designers and backend, and there was source waste.
5. Problems may occur due to unexpected errors after domain deployment.
6.I proceeded without using the state management library and had a lot of trouble with the data streams of each component.
Solutions :
1. If the page continues to be re-rendered, check to see if there are any cases where a loop may occur in the page layout.
2. Don’t let your guard down just because it worked normally on the desktop, let’s test it on mobile as well.
3. Please note the mobile software version. It is best to avoid using technology that is too cutting-edge.
4. Let’s communicate sufficiently with designers and back-end developers and write specifications.
5. After deploying a domain, you should continuously check operational logs. Let’s make logs and error handling clear about areas where errors may occur.
6. It is best to use the state management library whenever possible. You can receive great help in moving and modifying data.
'배포한 서비스' 카테고리의 다른 글
Near DNFT Widget (0) | 2023.12.26 |
---|