목록전체 글 (287)
모든 일에 의문을 제기하고 그 의문을 해결하기 위해 지식을 구하고 공부
Redis 는 ?) 다음과 같은 특징을 갖는 Data Structure 이다. 1) Remote에 위치한 2) 프로세스로 존재하는 3) In-Memory - 메모리 기반의 4) 키-값 구조의 데이터관리 시스템 5) String, Set, Sorted Set, Hash, List 의 자료 구조를 지원함. ( = Collection 제공) 위 자료구조를 1)캐시 또는 2) Persistence Data Storage로 사용가능한데, 보통 Cache로 많이 쓰인다. 캐시를 사용하는 이유) 서비스 사용자가 증가했을 때, 모든 유저의 요청을 DB 접근으로만 처리하게 된다면 DB 서버에 무리가 갈 수 밖에 없다. 물론 데이터베이스는 데이터를 디스크에 저장하기 때문에 서버의 장애와는 별개로 데이터를 유지할 수는 있지..
https://levelup.gitconnected.com/how-exactly-does-react-handles-events-71e8b5e359f2
https://pretagteam.com/question/how-to-setstate-inside-useeffect-in-reactjs https://pretagteam.com/question/how-to-setstate-inside-useeffect-in-reactjs pretagteam.com https://velog.io/@jsi06138/React-useEffect-%EB%82%B4%EB%B6%80%EC%97%90%EC%84%9C-setState-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0 1) 렌더링과 관련 없는 것이라면 useRef 를 활용하자! 2) (state)=>{ ... }
https://jaeseokim.dev/React/React-Portal_Render%EC%9D%98_%EC%B0%A8%EC%9D%B4%EC%A0%90_%ED%99%9C%EC%9A%A9%EB%B0%A9%EC%95%88_%EC%95%8C%EC%95%84%EB%B3%B4%EA%B8%B0/
https://github.com/imnapo/react-native-cn-richtext-editor#readme GitHub - imnapo/react-native-cn-richtext-editor: Richtext editor for react native Richtext editor for react native. Contribute to imnapo/react-native-cn-richtext-editor development by creating an account on GitHub. github.com https://github.com/imnapo/react-native-cn-quill#readme GitHub - imnapo/react-native-cn-quill: Quill rich-te..
https://www.loupetestware.com/post/mocking-api-calls-with-jest Mocking API calls with Jest Who needs mocks?Mocking can refer to functions, modules, servers… and what does it even mean? “Mocks” are a type of test pattern that can b... www.loupetestware.com https://jewelism.github.io/fe/react-hook-test-jest.html#%ED%85%8C%EC%8A%A4%ED%8A%B8%EC%BD%94%EB%93%9C Boseok Blog javascript dev blog jewelism..