Please enable JavaScript.
Coggle requires JavaScript to display documents.
React - Coggle Diagram
React
javaScript ES6 - Import, Export and Modules
export default export
can be imported with any names
export with name
must be imported with exact name
export multiple with {modul1, module2}
wild card export
react styles
external
className or idi
inline
style={{}} pass as object
custom style
creating style object and passing the object
Introduction to jsx and Babel
jsx : javascript xml
combination of javascript and xml (extensible markup language)
Babel
Babel is a JavaScript compiler, compile a javascript which can be compatible to every browser
React Components