Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017110273
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2021-06-03 23:38:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e79ec23a34a4ccb70041f2cdf32e203e8a8d78ed
e79ec23a
1 parent
d956756b
update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
e79ec23
...
...
@@ -23,5 +23,5 @@
: IBM Watson Assistant 와 연동하기 위해서 서버 API 를 구성하였다. 자세한 사항은 프로젝트의 routes/api/action_watson.js 참조
2) 컴포넌트 구성
: react 의 가장 큰 장점은 반복적인 컴포넌트 코드를 작성하지 않는다는 점이다. 그래서 이를 활용하여 반복되는 메시지 컴포넌트를 관리하고자 하였고 이는 프로젝트의 client/components 폴더에 담겨있다.
3) 상태관리 구성
3) 상태관리 구성
: 사용자의 입력과 챗봇의 응답을 상태로 관리해줄 필요가 있었고 이를 위해서, redux 를 사용하여 이들에 대한 관리 코드를 작성하였다 프로젝트의 client/actions, client/reducers 폴더 참조
...
...
Please
register
or
login
to post a comment