Skip to content

React web app read and write from a 3rd party API server with a better folder structure for react app. #React

Notifications You must be signed in to change notification settings

MaheshRangana/ma_react_events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

This react app will read/write from a 3rd party API server.

Folder structure suits for projects which don't use redux.

src
├── api
    ├── posts.js
├── components
    ├── posts
        ├── add_post.js
        ├── post.js
        ├── posts.js
|   └── header.js
    └── home.js

├── constants
    ├── action-types.js
├── routers
|   ├── nav.js
|   └── route.js

|   sass
    ├── basic.scss
    ├── post.scss
    ├── style.scss
App.js
index.js
index.scss

About

React web app read and write from a 3rd party API server with a better folder structure for react app. #React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published