Difference between revisions of "Video/How To Build CodePen With React"

From PKC
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{cite book
{{cite book
|first=Kyle
|first=Kyle
|last=Cook
|last=Cook
|date=Sep 20, 2020
|author-link=Kyle Cook
|title=How To Build CodePen With React
|date=Sep 20, 2020
|url=https://www.youtube.com/watch?v=wcVxX7lu2d4
|title=How To Build CodePen With React
|location=[[Video/How To Build CodePen With React|local page]]
|url=https://www.youtube.com/watch?v=wcVxX7lu2d4
|publisher=Web Dev Simplified
|location=[[Video/How To Build CodePen With React|local page]]
|publisher=Web Dev Simplified
}}
}}


<noinclude>
<noinclude>
{{#ev:youtube
{{#widget:YouTube
|wcVxX7lu2d4
|id=wcVxX7lu2d4
|width=640
}}
}}


This video shows how to implement the basic user interface of [[codepen]].
This video shows how to implement the basic user interface of [[codepen]]. A similar style of implementation can be found on the [[CSS Cheatsheet]] website, and its video<ref>{{:Video/HTMLCheatSheet}}</ref>. A useful tutorial is [[Video/Editor.js - An Awesome Next Gen Block Styled Content Editor!|Editor.js - An Awesome Next Gen Block Styled Content Editor!]]<ref>{{:Video/Editor.js - An Awesome Next Gen Block Styled Content Editor!}}</ref>.


This talks can be related to [https://www.youtube.com/watch?v=UrgfPjX97Yg Rendering large lists with React Virtualized]:<ref>{{:Video/Rendering large lists with React Virtualized}}</ref>.
{{PagePostfix
=References=
|categories={{#invoke:Utility|returnListOfCategoryFromString|JavaScript,React,DOM,Codepen}}
<references/>
}}
==Related Pages==
[[Category:DOM]]
[[Category:JavaScript]]
[[Category:Codepen]]
</noinclude>
</noinclude>

Latest revision as of 07:48, 21 June 2022

Cook, Kyle (Sep 20, 2020). How To Build CodePen With React. local page: Web Dev Simplified. 


This video shows how to implement the basic user interface of codepen. A similar style of implementation can be found on the CSS Cheatsheet website, and its video[1]. A useful tutorial is Editor.js - An Awesome Next Gen Block Styled Content Editor![2].

References

  1. HTMLG, ed. (Jan 18, 2018). HTML Cheat Sheet. local page: htmlg. Retrieved Nov 24, 2024. 
  2. DesignCourse, ed. (Apr 9, 2019). Editor.js - An Awesome Next Gen Block Styled Content Editor!. local page: DesignCourse. 

Related Pages