Skip to content

An opinionated react reference based on my experiences working with react.

Notifications You must be signed in to change notification settings

wilmoore/react-opinionated-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

react-opinionated-reference

An opinionated react reference based on my experiences working with react.

Export named components

Export named components and import via destructuring.

inline export constant arrow function

export constant arrow function

export const Hello = () => <p>Hello</p>

destructured import

import { Hello } from '../components/hello'

Releases

No releases published

Packages

No packages published