Skip to content

Instantly share code, notes, and snippets.

View LionelZoc's full-sized avatar

amirmuerte LionelZoc

View GitHub Profile
@LionelZoc
LionelZoc / solo-leveling-react-native-firebase.md
Last active October 7, 2021 20:34
solo leveling challenge

Solo leveling . to go from level D to level B on react-native(expo) and firebase

@@ Step 1 : create new expo project and push it to master branch @@

@@ Step2: create develop branch from master and push it on GitHub @@

@@ Step3 : setup your project for greatness @@
@LionelZoc
LionelZoc / starter-package-config-pack
Last active September 29, 2021 22:00
packages and config i add to my newly created expo project
```diff
@@@ package.json
expo install prop-types lodash redux react-redux reselect redux-saga sentry-expo react-native-elements
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.9.0",
@LionelZoc
LionelZoc / for-a-better-react-js-coding.md
Last active July 22, 2021 08:31
Some ressources to improve your react coding skills

Here are some ressources or articles to read to improve your react coding's skill

! please make sure that you understand javascript first

+ https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript

@@ what about modern javascript ? heard about ES6 ?@@