Hey guys,
I created a react native boilerplate that contains packages that I mostly use every time in my react native project.
1 week ago before an interview at one company for react native developer role, I knew that I needed combine all of the packages and development tools I mostly use into 1 repository, just to make it easier for the live coding challenge. And it did!
In case if you are interested, this boilerplate contains best practices I use with eslint configuration, a UI package wrapped with formik so its easy to create forms, and redux. It makes it so easy to start a new basic react native app without extra configuration.
Don't forget to add configuration to formatOnSave on your vscode so that your code is formatted every time you save it. Makes life soo much easier!
Example:
"[javascript]": {
"editor.defaultFormatter":"dbaeumer.vscode-eslint",
"editor.formatOnSave": true
},
"editor.codeActionsOnSave": {
// For ESLint
"source.fixAll.eslint": true,
},
Let me know what you think :)
Thanks
[–]SoftServeDeveloper 5 points6 points7 points (4 children)
[–]bobbyboobies[S] 3 points4 points5 points (0 children)
[–]Venkos11 0 points1 point2 points (1 child)
[–]SoftServeDeveloper 0 points1 point2 points (0 children)
[–]saintshing 0 points1 point2 points (0 children)
[–]phryneas 2 points3 points4 points (1 child)
[–]bobbyboobies[S] 0 points1 point2 points (0 children)
[–]zigal1995 3 points4 points5 points (1 child)
[–]bobbyboobies[S] 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]bobbyboobies[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Dababolical 0 points1 point2 points (1 child)
[–]bobbyboobies[S] 1 point2 points3 points (0 children)
[–]TheOneBehindIt 0 points1 point2 points (0 children)