Skip to content

Guidelines for starting a production level project

License

Notifications You must be signed in to change notification settings

TECHOUS/Guidelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guidelines

Guidelines for starting a production level project

Front End Development

  • Sound knowledge of javascript, both ES2015 - EC2017

  • Knowledge of HTML5 and CSS3 is compulsury

  • Use of CSS libraries like scss, etc .. are required for clean code

  • Use of :root & :global functionalities and css 'var' to make a general design guideline so that the code remains uniform.

  • Knowledge of optimised frameworks like React, Angular, Vue js ( I mostly code on React, thus will focus on it more)

  • Use of React Hooks, Basically Hooks are a method by which we can convert a 'Class' based component to a 'Functional' component.

  • Use of Redux as it acts a global store to all of your API calls, in a way the data from the API call gets stored globally where you can access it from any component.

  • Use clients like axios or apollo-cient to make your query fetching faster and optimised, React in general has a default http request getter called 'fetch'.

  • Knowledge of bundling tools like 'webpack' is really important.

  • Knowledge of web hosting is required, I would personally prefer AWS and for pipeline I use 'Jenkins', there is a bit of a learning curve to it but you guys will get through

About

Guidelines for starting a production level project

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published