Skip to content

goodwasif/react-session-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##For Setup User Node version >=14 yarn install yarn start

Theme Impelementation

For Color applying, please define color first in theme/types.ts under colors type. Then implement under dark and light theme file colors.

State Implementation

please use state folder

View Implementation

When we need to implement new View. We need to first define a folder under src->views folder. Then please create following hierarchy for each view.

├───views
    ├───components <Define All Components>
    ├───index.ts
    ├───<View Name File>.tsx
    ├───types.tsx <Define All types used under this view>

About

Code for React Session 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •