Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 942 Bytes

day10.md

File metadata and controls

21 lines (14 loc) · 942 Bytes
id title sidebar_label
day10
Day 10. Code Editor
Day 10. Code Editor

Font card Сode editor displays all the components and their props that you can see on the screen. You can also work with the components, their props, and values much faster than on the page. You need to be able to follow JSX syntax and know the set of available components, CSS props, and values.

Code editor commands

Font card There are many useful actions in the code editor, such as duplicate line down, increase font size, find, and replace. Press F1 to see all the available actions.

Code save status

Font card If no changes are saved, a dot appears to the right of the tab name. To apply changes to the code, press the key combination Ctrl + S or ⌘(Cmd) + S for MacOS, or close the tab.