reactfan2's profile picture. I'm a React fan!

reactfan

@reactfan2

I'm a React fan!

reactfan reposted

Learning PYTHON is so hard, So, I've built a Complete PYTHON Guide in 24 days. Includes this book: → syntax → keywords → and functions. 𝐖𝐨𝐫𝐭𝐡 $𝟐𝟗, 𝐛𝐮𝐭 𝐟𝐫𝐞𝐞 𝐭𝐨𝐝𝐚𝐲! To get it, just: 1. Follow me 2. Like and Repost this post 3. Comment “PY”

alifcoder's tweet image. Learning PYTHON is so hard,

So, I've built a Complete PYTHON Guide in 24 days.

Includes this book:

→ syntax
→ keywords
→ and functions.

𝐖𝐨𝐫𝐭𝐡 $𝟐𝟗, 𝐛𝐮𝐭 𝐟𝐫𝐞𝐞 𝐭𝐨𝐝𝐚𝐲!

To get it, just:

1. Follow me
2. Like and Repost this post
3. Comment “PY”

Tried a small i18next demo (dev.to/adrai/how-to-p…). Tomorrow will implement it in the library management app.


Started to develop the frontend of a full library management system. Using Gitlab (free tier). Menu bar of the main page (in fact an SPA) already in Gitlab. Next steps will be the i18n and then the router (for the 2 pages of the app).


The code for this little app is shown bellow:


This scriplet was developed using state hooks:


Still had time tonight to train converting a class based components design to a function based components design (state hooks).


Journal of 2022-01-28 Divided the original .js file into: - Four React components, each with its own file, - One single .css file (divide it later), - One index.js file just to set the root div to the first React component, - Rewritten the Square component as a function.


Some comments: - The original game in the tutorial had all classes in a single .js file and a single .css file too. - This may be good enough for a tutorial, but it isn't appropriate if you want to reuse components, of course.


3. Following the practical tutorial from reactjs.org: reactjs.org/tutorial/tutor…, a Tic-tac-to game. 4. Will have to try “Creating a React App from scratch”: medium.com/@JedaiSaboteur… 5. Everything worked fine. Must still scrutinize some details and develop the suggestions


Journal of 2022-01-27 1. First, I had to update my npm, Node and nvm installations. Now using: npm: '8.3.2', Node: '16.13.2', nvm: ‘16.13.2’ (must be the same as node) 2. Still have a few questions, about global vs local and how to use different versions in the same machine…


I'm reviewing React I don't use regularly for a couple of years. So I'm starting today a #100daycode challenge, or maybe a #60daycode one...


Loading...

Something went wrong.


Something went wrong.