Web/React

React ES7 확장 유용한 기능

bitcoder 2022. 8. 22. 00:52
728x90

imr:

import React from "react";

rfc:

import React from 'react'

export default function SubIndex() {
  return (
    <div>SubIndex</div>
  )
}

nfn:

const first = (second) => { third }
728x90