Study about react & related: HTML 5, CSS 3, Redux, Saga, ...
- standards to organize & display content on WWW
- tags:
<></>
<!DOCTYPE>
<html>
<head>
<body>
<div>
- ...
<script>
- events:
onclick
onload
,onunload
, ...
- control how contents are looked & felt
- utilize in html:
<style>...</style>
- define:
#name { attribute: value; ...}
ortag#name { attribute: value; ...}
- basics:
- rounded corner, border image, background, multi color, gradient, shadow, web font, animation, ...
- immediate:
- responsive
- boostrap
- contents:
interface
&type
,function
&class
- type casting, type/interface extending, unions, narrowing, generic
- types:
unknown
,void
,any
,undefined
- components: class component & functional component, parent & child components
- state & props, setState
- event handling
- lifecyle: componentWillMount, componentDidMount, componentDidUpdate, ...
- hook: useContext, useState, useEffect, useCallback, ...
- local storage
- http methods:
fetch
&axios
- routing in Next
- layout
- data fetching:
getStaticProps
,getServerSideProps
- action, reducer, store