You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help: `informs user's of contributing to React codebase`,
79
+
category: "Communication",
80
+
handleMessage: (msg)=>{
81
+
msg.reply({
82
+
embeds: [
83
+
{
84
+
title: "Contributing to React",
85
+
type: EmbedType.Rich,
86
+
description: `
87
+
React is a very large and complex project. It has a steep learning curve, involves a lot of internal tooling and architecture, and often requires deep context to make meaningful contributions.
88
+
If you’re looking to gain experience in open source, we recommend starting with projects that are more beginner-friendly but still widely used and respected in the React ecosystem. Great alternatives include:
0 commit comments