もっと詳しく

React code conventions and best practices

React code conventions and best practices

Use linting and automatic formatterAll the major tools for React provide linting rules. If you like, feel free to edit them to fit your style, but always use some and automate the process of linting and formatting. Preferred tools are eslint and prettier. Import orderAdd some import order rules t…

はてなブックマーク - React code conventions and best practices はてなブックマークに追加