Coder Social home page Coder Social logo

capo-keys's Introduction

Capo Keys

Source code for my React Native Redux Tutorial on YouTube showing you how to build Capo Keys

capo-keys's People

Contributors

barrymichaeldoyle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

capo-keys's Issues

better file organization proposal

After contemplating, I want to propose a better file organization:

Each screen and component has its own folder. The folder contains the main .js file (named as <screennameOrComponentname>.js and not called index.js) and a file for styles, events (e.g. actions), and handers (e.g. reducers)

If a screen has components used only in that screen, another components folder should be opened under the screen named <screenname>Components

components\ // for shared components 
screens\         // for all screens:  mainScreen, chordsScreen (the modal screen) 
appState\      // for redux related files    

// mainscreen
screens\mainScreen\
screens\mainScreen\mainScreen.js // the main file
screens\mainScreen\mainScreenStyles.js
screens\mainScreen\mainScreenHandlers.js // the reducers
screens\mainScreen\mainScreenEvents.js // the actions
// mainscreen components
screens\mainScreen\components

screens\mainScreen\components\chordSection\chordSection.js
screens\mainScreen\components\chordSection\chordSectionStyles.js
screens\mainScreen\components\chordSection\chordSectionEvents.js
screens\mainScreen\components\chordSection\chordSectionHandlers

screens\mainScreen\components\capoSection\capoSection.js
screens\mainScreen\components\capoSection\capoSectionStyles.js
screens\mainScreen\components\capoSection\capoSectionEvents.js
screens\mainScreen\components\capoSection\capoSectionHandlers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.