Day 80-90 of my #100daysofcodechallenge
The past 10 days have consisted of mostly review, and applying the new concepts of react router/redux to my existing portfolio project as well as some extra polish.
Learning about Typescript and Next.js in the near future.
This is where the React Router library shines. It allows you to have the fluidity and snappiness of a SPA, while also giving you the ability to use links and URL paths to navigate through content.
There is a lot more to this library, but this is one of its core use cases
That's obviously not the most optimal user experience.
The alternative is to build a multi-page app where we send an HTTP request every time a user navigates to a different page - however, this has the disadvantage of feeling less fluid and choppy
Day 78-79 of my #100daysofcodingchallenge
Continued learning about advanced Redux concepts like how to work with asychronous code within components alongside Redux, as well as how to alternatively use custom action creator methods.
Going to start my next project today
#reactjs
Day 74-77 of my #100daysofcodingchallenge
Have been out of town for the last couple days for work, still managed to squeeze in some time to learn more about and implement Redux concepts.
I started learning about the Redux Toolkit library for React which seems very useful ๐
Day 73 of my #100daysofcodingchallenge
I learned the basic concepts of Redux yesterday, which was surprisingly similar to the concepts behind the Context API and the useReducer hook.
Going to look closer at the application of these concepts today ๐
#100DaysOfCode#reactjs
Day 70-72 of my #100daysofcodingchallenge
Finished adding the basic styling for my project ๐ฅณ
I still have some more features I want to add, but I've decided to start learning about Redux and Typescript.
I'll still be adding to this project in my free time
#100DaysOfCode
@velpcode Yep, such an advantage. It's correct most of the times, but in the rare occasion that it isn't - you end up thinking through your problems a lot more thoroughly