Day 7 of #100DaysOfCode
Learnings:
✅Learnt in React: difiing, state management and batching, setting up professional file structuring, handling error in routing etc.
✅Projects: Implementing fast-react-pizza application with React.
#LearnInPublic#buildinpublic
Day 6 of #100DaysOfCode
Learnings:
✅Learnt in React: application planning in react, building the app layout, fetching data with react router, error handling in routing and etc.
✅Projects: Implementing new project application fast-react-pizza.
#LearnInPublic#buildinpublic
Day 5 of #100DaysOfCode
Learnings:
✅Learnt in React: learnt Redux library - classic version and redux-toolkit did state operations with both paradigms,
✅Projects: Implemented small bank application using Redux.
#LearnInPublic#buildinpublic
Day 4 of #100DaysOfCode
Learnings:
✅Learnt in React: started learning Redux library, did some state operations with it, it is very similar to useReducer hook 🤔
✅Projects: Implementing small bank application using Redux.
#LearnInPublic#buildinpublic
Day 3 of #100DaysOfCode
Learnings:
✅Learnt in React: converting useState to useReducer with context API, adding fake authenticitation, profiler developer tool, memoization and etc.
✅Projects: Implementing worldwise application.
#LearnInPublic#buildinpublic
Day 2 of #100DaysOfCode
Learnings:
✅Learnt in React: context API, integrating maps, geolocation etc.
✅Projects: Implementing worldwise application.
#LearnInPublic#buildinpublic
Day 1 of #100DaysOfCode
Learnings:
✅Starting once again #100DaysOfCode challenge
✅Learnt in React: useReducer and useRef hook, basics of routing and fake API
✅Projects completed: React quiz application and progressing through another one.
#LearnInPublic#buildinpublic
Was busy last week sorting some things out, now back into the game, starting with recalling some important concepts in React.
What are you learning?
#LearnInPublic#buildinpublic#100DaysOfCode
Day 10 of #100DaysOfCode
Learnings:
✅Javascript: recalled short circuiting, nullish coalescing, logical assignment, forOf, optional chaining, set and map data structures etc.
✅CSS: BEM model, specificity, rem unit etc.
#LearnInPublic#buildinpublic
Day 9 of #100DaysOfCode
Learnings:
✅Javascript: recalled scoping, hoisting, this keyword, primitive vs objects, destructuring, spread operator, rest pattern etc.
✅CSS: animation and several animation properties.
#LearnInPublic#buildinpublic
@checodezz CSS preprocessor --> it helps to divide your CSS code into components which really helps to understand your code better and makes your code more scalable and reusable, after this it compiles back to CSS so that it would be browser readable.
Going back to the roots, recalling some important fundamentals of javascript.
I heard it somewhere that understanding closures is little hard but it wasn't for me. I sometimes stuck at call and bind method.
What was hard for you?
#LearnInPublic#buildinpublic#100DaysOfCode