React Ecosystem in 2024
https://dev.to/avinashvagh/react-ecosystem-in-2024-418k
✨ 8 components to become a React master 🧙♂️ 🪄
https://dev.to/github20k/8-components-to-become-a-react-master-2ee4
24 Open-Source Projects for Developers in 2023 🔥👍
https://dev.to/madza/24-open-source-projects-for-developers-in-2023-391l
#webdev #react #beginners #programming #opensource
#github
https://dev.to/avinashvagh/react-ecosystem-in-2024-418k
✨ 8 components to become a React master 🧙♂️ 🪄
https://dev.to/github20k/8-components-to-become-a-react-master-2ee4
24 Open-Source Projects for Developers in 2023 🔥👍
https://dev.to/madza/24-open-source-projects-for-developers-in-2023-391l
#webdev #react #beginners #programming #opensource
#github
DEV Community
React Ecosystem in 2024
As React celebrates its 11th anniversary in 2024, it’s worth looking ahead to the exciting...
Forwarded from 👨💻Coder Blast🌋
5 things to keep in mind to write better Git/Github commit messages.
1. Start with a verb (Add, Fix, Update) to indicate what the commit does.
✅
2. Commit message should always be in the present tense to describe what the code does when applied.
❌
✅
3. Your commit message should describe what the commit does and why it is necessary.
❌
✅
4. If applicable, refer to tickets or issues in your commit message.
✅
5. Avoid using complicated technical terms in your commit message to make it understandable across the team.
❌
✅
#git #github #commit
➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @coderblast for more ☑️
Share with your buddies 🤝
1. Start with a verb (Add, Fix, Update) to indicate what the commit does.
✅
Add 2FA for user authentication
2. Commit message should always be in the present tense to describe what the code does when applied.
❌
Added
, Updated
, Fixed
, Refactored
✅
Add
, Update
, Fix
, Refactor
3. Your commit message should describe what the commit does and why it is necessary.
❌
Update styles
✅
Update styles for the homepage
4. If applicable, refer to tickets or issues in your commit message.
✅
Fixes #14: Resolve issue with form submission
5. Avoid using complicated technical terms in your commit message to make it understandable across the team.
❌
Optimize CRUD operations with RESTful APIs using GraphQL
✅
Improve data handling for better API performance
#git #github #commit
➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @coderblast for more ☑️
Share with your buddies 🤝