※ 해당 글은 capstone 종합설계 프로젝트를 하면서 적었던 일지를 돌아보며 작성한 것입니다.
개발일지 2022.10.21
https://github.com/facebookexperimental/Recoil/issues/794
Setting an object value inside an atom returns "Cannot assign to read only property 'xxxxx' of object '#<Object>'" · Issue #794
I am trying to edit a key of 'activeCourse' inside an object of an atom value. However, whenever i do so it returns the error: Cannot assign to read only property 'activeCourse' of ...
github.com
해당 이슈에 대한 내용이다.
Build a Game with React Three Fiber and Recoil
Build a Game with React Three Fiber and Recoil
Stephen Castle2 years ago This tutorial is intended for an audience that has some familiarity with React Three Fiber, and it might breeze past some concepts that could be confusing if you have never used it. If you would like a quick intro tutorial before
codeworkshop.dev
위 사이트는 react three fiber와 recoil을 같이 사용하는 포스트이다.
selector(options) | Recoil
Selectors represent a function, or derived state in Recoil. You can think of them as similar to an "idempotent" or "pure function" without side-effects that always returns the same value for a given set of dependency values. If only a get function is provi
recoiljs.org
selector라는 것으로 readonly를 해결할 수 있다고 하는데, 참고해보자.
'개발 · 컴퓨터공학' 카테고리의 다른 글
GLSL - Patterns combining an offset on x and y axis 동그라미가 x축, y축으로 움직이는 패턴 (0) | 2023.03.13 |
---|---|
postgersql serial사용을 위한 grant sequence (0) | 2023.03.09 |
GLSL - Making Patterns Circle and Diamond 원 및 다이아몬트 패턴 만들기 (0) | 2023.03.07 |
GLSL - cross shape rotate, scale 십자가 회전, 크기 조정 (0) | 2023.03.06 |
[Capstone Project] 망가지는 texture mapping 해결방안 (0) | 2023.03.03 |