[Programming]/[React]

React 프로그래밍 실습할 수 있는 사이트

로얄거북 2021. 6. 11. 22:30
반응형

React 프로그래밍을 별도의 설치 과정 없이 실습할 수 있는 사이트 CodeSandbox를 소개하겠습니다.

 

CodeSandbox

 

CodeSandbox: Online Code Editor and IDE for Rapid Web Development

CodeSandbox is an online code editor and prototyping tool that makes creating and sharing web apps faster

codesandbox.io

 

이 사이트에서 "Sign in"을 통해서 구글 아이디 또는 Github 아이디를 통해 가입 및 로그인합니다.

 

그리고 나오는 화면에서 "New Sandbox"를 클릭합니다.

 

이후 아래에 "React"를 선택하면 됩니다.

혹시 목록에 보이지 않는다면 오른쪽 위의 검색에서 "React"를 검색하면 됩니다.

 

"React Typescript"라는 비슷한 항목도 보일건데,

Typescript를 알고 이를 사용하고 싶은 사람이 아니면 그냥 "React"를 추가하시면 됩니다.

 

그러면 아래와 같은 화면이 나오면서 React가 설치되어 있는 환경에서 프로그래밍 실습을 할 수 있습니다.

 

그리고 가입하지 않고 사용하고 싶은 분들을 위해서 아래에 바로 프로그래밍을 실습할 수 있는 링크를 남겨놓았습니다.

https://codesandbox.io/s/pensive-architecture-5bv8f?file=/src/App.js 

 

pensive-architecture-5bv8f - CodeSandbox

pensive-architecture-5bv8f by Royalturtle using react, react-dom, react-scripts

codesandbox.io

 

반응형

'[Programming] > [React]' 카테고리의 다른 글

React 관련 유용한 사이트 정리  (0) 2020.11.05