Skip to content

justinnc/reactjs-base-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Base Structure

A Basic React Project Structure.

Getting Started

  • Adapters
Adapters are the connectors of your application with the outside world. Any form of API call
or WebSocket interaction which needs to happen, to share data with an external service or client,
should happen within the adapter itself.
  • Components
Components are the life-blood of your application. They will hold the UI for your application,
and can sometimes hold the Business Logic and also any State which has to be maintained.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published