Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Replace Create React App recommendation with Vite#5487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
t3dotgg wants to merge2 commits intoreactjs:mainfromt3dotgg:main

Conversation

@t3dotgg
Copy link

Create React App is not a great recommendation to be making, especially for newer developers.

As an educator, I run into countless issues w/ new React devs running into unnecessary issues due to the continued recommendation of CRA. Imade a tweet about this and was amazed by the amount of devs who agree

I'm in no way attached to the specific changes I made here, mostly opening this in hopes of a discussion around the technologies recommended in the new Beta docs.

nelopuchades, AaronMcCloskey, jonathandewitt-dev, msichterman, chinanderm, matallui, Aearion101, joseph-lozano, glitch-txs, Jonxslays, and 1754 more reacted with thumbs up emojicassmtnr, lepeli, saucesteals, jrghndl, Luisdv93, arthur-zhuk, jrd-lewis, silverhairs, aprilmintacpineda, danhuynhdev, and 70 more reacted with thumbs down emojimsichterman, nelopuchades, joseph-lozano, bnussman, d3vhound, ChristoPy, nadetastic, permanar, ulises-jeremias, JacobMGEvans, and 117 more reacted with laugh emojinelopuchades, jacksonwelsh, msichterman, matallui, joseph-lozano, bnussman, wai-lin, capaj, Sebastian-14, d3vhound, and 194 more reacted with hooray emojicassmtnr, jefrydco, pirate, dreyfus92, Luisdv93, aprilmintacpineda, danhuynhdev, sduduzog, NewEraCracker, davisuga, and 13 more reacted with confused emojinelopuchades, msichterman, matallui, joseph-lozano, Jonxslays, bnussman, p3net, mrr11k, orcanicman, wai-lin, and 236 more reacted with heart emojinelopuchades, jacksonwelsh, msichterman, matallui, glitch-txs, joseph-lozano, bnussman, mrr11k, wai-lin, capaj, and 212 more reacted with rocket emojinelopuchades, msichterman, agravelot, joseph-lozano, Jonxslays, wai-lin, d3vhound, ChristoPy, nadetastic, permanar, and 136 more reacted with eyes emoji
@github-actions
Copy link

Size Changes

📦 Next.js Bundle Analysis

This analysis was generated by thenext.js bundle analysis action 🤖

This PR introduced no changes to the javascript bundle 🙌

nd-yi reacted with thumbs up emoji

Copy link

@capajcapaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

nixoncode, arstnei0, arbitar, movpushmov, zewebdev1337, orenteriab, ardunster, amelinium23, igor9silva, anuragarwalkar, and 13 more reacted with thumbs up emojieclip5e and derskeal reacted with thumbs down emojiChristoPy, bdsqqq, aaronmcadam, DanielSintimbrean, mathisve, puskuruk, rolandom31, Kaspar-Metsa, raulbattistini, with-heart, and 158 more reacted with laugh emoji
@devongovett
Copy link
Contributor

Totally agree that there are good alternatives to CRA now and React should more prominently feature them. However, as maintainer of Parcel, an alternative to Vite, I would appreciate if React did not play favorites (also with Next.js vs other frameworks). Since CRA was maintained by the React team it kinda made sense, but harder when it's not. Maybe a small description of each option with more details about what it's best for and the tradeoffs vs other options would be good?

Like "if you're building an SPA, Vite and Parcel are good options. Vite is a bundle-less dev server that works with React and other frameworks ... Parcel is an easy to use bundler that works great with React ... If you're building a server rendered app, Next.js and Remix are good options. Next.js is a React framework with file system routing, server components, ... Remix is a React framework focused on web standards ... If you're building a static website, Gatsby is a good option. Gatsby is ..." These are really rough descriptions. Might wanna contact the authors of these tools for a short summary.

byCedric, adamdotjs, migfernandes01, nadetastic, NOI-lgtm, theoludwig, ulises-jeremias, pabrcno, mike-lawson, Kaspar-Metsa, and 416 more reacted with thumbs up emojisebakerckhof reacted with laugh emojiPeerRich, tcK1, bhavitsharma, codebycarlos, acharyatilak, larrysharette, niloysikdar, haggen, Adamkaram, robinvw1, and 42 more reacted with heart emojisebastiancarlos, ilionic, L33t-Rose, AnthonyLzq, jrestall, rafaelpradella, Ernesto385291, crutchcorn, sebmellen, bu3alwa, and 53 more reacted with rocket emoji

@david0178418
Copy link
Contributor

Most would agree that the recommendation of CRA needs to be removed, considering it's a dead repo. But recommending a less optimal solution might be about as bad for a beginner as multiple recommendations.

My completely subjective, gut feel is that vite should be that recommendation. But any active project would be fine. Multiple will just result in analysis paralysis, which kills beginners. More advanced users will find other projects on their own.

At the very minimum, a single recommendation should be made for beginners and any other recommendations segmented away for more advanced devs to investigate for their specific need.

joelcipriano, biowaffeln, rortan134, drew-harris, strager, chris-av, raulbattistini, amiratak88, tjosepo, shamar-morrison, and 71 more reacted with thumbs up emojihinell and bnussman-akamai reacted with thumbs down emojisebastiancarlos, ThePiyushAggarwal, ajitzero, mauricedoepke, cseas, PCOffline, a-deriabin, farishkash, samal-rasmussen, louis-sanna-dev, and 11 more reacted with rocket emoji

@sebastiancarlos
Copy link

sebastiancarlos commentedJan 22, 2023
edited
Loading

@devongovett I agree. I would like to see a brief description of each option and avoid playing favorites, except, of course, for the inevitable placement of the options in a list which (despite using the<ul> unordered tag) is, in fact, ordered by the mere observance of the vertical dimension in our pitiful spacetime existence.

But I want to point out an issue of almost equal importance, which I believe@t3dotgg can amend in this very PR by swapping just two lines. That is: Let's put Parcel above CRA. (If not outright removing CRA, as@david0178418 bravely suggest)

As it stands, Parcel's DX is leagues ahead of CRA:

  • A cursory glance atCRA's issues tab should suffice as a demonstration of its state. A sort by comment and a deep dive intoglaringly offensive issues is recommended only to the masochists among us.
  • Parcel has important and fancy features (Features that speak to the spirit of our ages, ladies and gentlemen!) that not even Vite possesses to the same degree, like a built-in world-classbrowser extension support.
ajitzero, mauricedoepke, cseas, satvikpendem, thomasgauvin, pirate, raulbattistini, dhcrzf, FlorianWendelborn, Svarozic, and 8 more reacted with thumbs up emoji

@ghost
Copy link

Quick preface: I am not associated with the React / CRA projects, just offering my two cents.

@devongovett

Totally agree that there are good alternatives to CRA now and React should more prominently feature them. However, as maintainer of Parcel, an alternative to Vite, I would appreciate if React did not play favorites (also with Next.js vs other frameworks). Since CRA was maintained by the React team it kinda made sense, but harder when it's not. Maybe a small description of each option with more details about what it's best for and the tradeoffs vs other options would be good?

Like "if you're building an SPA, Vite and Parcel are good options. Vite is a bundle-less dev server that works with React and other frameworks ... Parcel is an easy to use bundler that works great with React ... If you're building a server rendered app, Next.js and Remix are good options. Next.js is a React framework with file system routing, server components, ... Remix is a React framework focused on web standards ... If you're building a static website, Gatsby is a good option. Gatsby is ..." These are really rough descriptions. Might wanna contact the authors of these tools for a short summary.

That's a lot to digest for someone who is just learning what React is. Many of the "new React devs"@t3dotgg mentions aren't going to know what most of those words mean, or if they need them. That's why CRA is useful, it's a one-stop "here's a React app, no other stuff" tool.

That being said -@t3dotgg I'd suggest expanding on what the "countless issues" you are experiencing with CRA are. A Tweet with a bunch of engagement isn't really a justification, and this PR just comes off as inflammatory in it's current state.

I'd also suggest people stop "Approving" this if you aren't part of the React team, you aren't helping anyone by doing so.

futurGH, electron-space, mikkvillem, charkour, chalder, imtherealnaska, thiagodebastos, BriannaK, abbyck, BreadGenie, and 132 more reacted with thumbs up emojinatedunn, outranker, AugmentedRealityCat, sebmellen, tmns, bu3alwa, binamralamsal, iseykim, nexxeln, cseas, and 86 more reacted with thumbs down emojisebmellen, FlorianWendelborn, Uladzimir-Lashkevich, and sonal-ridecell reacted with confused emojidanhuynhdev, TawalMc, miguelteixeiraa, thomasgauvin, nahumzs, joshi-kaushal, and derskeal reacted with heart emojiamanzrx4, codebycarlos, and sonal-ridecell reacted with eyes emoji

@david0178418
Copy link
Contributor

david0178418 commentedJan 22, 2023
edited
Loading

@mattwilkinsonn the issue is that there are a myriad of issues that can't be resolved when a project is dead.

Check the last year of activity. The last commit was in Sept last year. But there are 1.5k filed issues and over 400 prs lying idle that could be resolving problems. That not ideal for beginners who would have pain trying to debug these.

sebmellen, alexwiese, ngajhede, diogoditorr, PeerRich, raulbattistini, codebycarlos, dhcrzf, ashirbad29, nmerchant, and 29 more reacted with thumbs up emoji

@devongovett
Copy link
Contributor

devongovett commentedJan 22, 2023
edited
Loading

That's a lot to digest for someone who is just learning what React is.

I agree with that, but I also think React is used for a lot of different use cases, and there isn't a one-size-fits-all tool. It's important for beginners to know what the tradeoffs are so they can make an informed choice. A lot of current CRA users should really be using a server rendered framework, and conversely, some apps using server rendering might be better off with an SPA or static site (this is not intended to spur a debate 😉). As shown by CRA's popularity, React's recommendations have a lot of weight.

The "Getting started" section in the current docs doesn't really show much other than an install command and linking to the CRA docs, and the next.js section only links to the next.js docs. The other tools only have links and no explanation about when you should use them. I think it would be helpful to explain what each tool does and why you should use it. One of the points about a tool could be "it's good if you're just getting started with React", so there could still be a recommendation for that as well.

ealch, anagudelogu, gabrielsadaka, thecristen, bu3alwa, WonderPanda, aymanapatel, mattmoos, cseas, MAST1999, and 31 more reacted with thumbs up emojijohnbryan reacted with thumbs down emoji

@Ryntak94
Copy link

It's important for beginners to know what the tradeoffs are so they can make an informed choice.

I don't think this is the case. It's not important to understand the intricacies when you're just getting started. Once you have a foundational understanding of the technology, it's great to be able to go and learn about the different directions/branches you can go down with the technology but that's only once you have an idea of what you're doing. These things are not necessary for a beginner to understand.

And if you're talking about someone who is new to React but experienced in web development, then I wouldn't be calling them a beginner.

GCastilho, itshoro, Tamicktom, satya164, Gonzalo-Bruna, limwa, strager, virgildotcodes, ngprnk, CameronMackenzie99, and 31 more reacted with thumbs up emojisamifouad, NewEraCracker, taverasmisael, krystallopez, and nyngwang reacted with thumbs down emoji

@devongovett
Copy link
Contributor

devongovett commentedJan 22, 2023
edited
Loading

This page is not only for beginners. In fact, if you read the whole thing, it already covers many aspects of this. There are descriptions of what a bundler does, what a minifier does, etc. There is also already a distinction between "minimal toolchains" and "frameworks". All I am suggesting is that there are similar descriptions for each tool listed with the use cases that it is good for. That doesn't preclude having a recommendation for "learning React" at all. At the same time, it helps beginners understand the confusing landscape of tools out there.

cseas, John-Paul-R, Tamicktom, ruijdacd, samifouad, innocenzi, rowinbot, raulbattistini, codebycarlos, afonsojramos, and 20 more reacted with thumbs up emojiNewEraCracker reacted with thumbs down emoji

@dir
Copy link

dir commentedJan 22, 2023

Totally agree that there are good alternatives to CRA now and React should more prominently feature them. However, as maintainer of Parcel, an alternative to Vite, I would appreciate if React did not play favorites (also with Next.js vs other frameworks). Since CRA was maintained by the React team it kinda made sense, but harder when it's not. Maybe a small description of each option with more details about what it's best for and the tradeoffs vs other options would be good?

Like "if you're building an SPA, Vite and Parcel are good options. Vite is a bundle-less dev server that works with React and other frameworks ... Parcel is an easy to use bundler that works great with React ... If you're building a server rendered app, Next.js and Remix are good options. Next.js is a React framework with file system routing, server components, ... Remix is a React framework focused on web standards ... If you're building a static website, Gatsby is a good option. Gatsby is ..." These are really rough descriptions. Might wanna contact the authors of these tools for a short summary.

I'm inclined to agree with@mattwilkinsonn's point about this being far too wordy for a new developer. However, I do agree that the docs shouldn't necessarily be opinionated about any one approach.

OGreeni, virgildotcodes, NewEraCracker, miguelteixeiraa, MatthewHerbst, tszawara-nr, and krystallopez reacted with thumbs up emoji

*[create-react-app](https://create-react-app.dev/)
*[Parcel](https://parceljs.org/getting-started/webapp/)

>Vite's default templates don't handle backend logic or databases. You can use it with any backend. When you build a project, you'll get a folder with static HTML, CSS and JS. Because this template can't take advantage of the server, it doesn't provide the best performance. If you're looking for faster loading times and built-in features like routing and server-side logic, we recommend using a framework instead.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

you could add on frameworks the usage of Nx Framework which includes Vite by default in React applications

juristr, ZackDeRose, t-ricci-digit, Lehoczky, aeldar, and LaghzaliTaha reacted with thumbs up emojiShooTeX, amitsingh-007, TomerActionItem, esau-morais, nicolasdanelon, lucas-giraldelli, LukaHietala, Anuovec, samal-rasmussen, Prajwalprakash3722, and 47 more reacted with thumbs down emoji

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

you could add on frameworks the usage of Nx Framework which includes Vite by default in React applications

Nx for a beginner???

ValentinH, Clovel, Igloczek, ShooTeX, favasconcelos, amanzrx4, JanPlazovnik, borisboskovic, lucas-giraldelli, LukaHietala, and 40 more reacted with thumbs up emojicseas, jschuur, seanwu1105, NewEraCracker, jlee0425, and Dgiulian reacted with confused emoji

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Actually you can see Nx as starter up as standalone app in version 15. You folks tied Nx to monorepo angular projects, but now Nx is much more than that.

ZackDeRose, webmandman, and aeldar reacted with thumbs up emoji

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@nexxeln yep. "Standalone apps" support doesn't involve monorepos (which Nx might be mostly known for).

I published an article on that topic two weeks ago that addresses exactly this issue:https://dev.to/nx/react-vite-and-typescript-get-started-in-under-2-minutes-56f 😃

ZackDeRose, webmandman, rarmatei, Niclassg, kaaax0815, lleseg, and DmitryMoodys reacted with thumbs up emojiJordan-Hall, webmandman, rarmatei, trungvose, and sergei-lobanov reacted with hooray emoji

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

So lets, make NX the recommended approach for react, it also handles migrations etc which is more than others offer. Plus thanks to community work you not limiting to a set bundler. You have SWC, vite, parcel and webpack. NX also working on remix if im not mistake@juristr...

PLUS nx moving from Angular to React so makes sense 😂

juristr and rarmatei reacted with thumbs up emojivincemtnz, NewEraCracker, and evanjmg reacted with confused emoji
Copy link

@wesleycoderwesleycoderJan 26, 2023
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I would say we want avoid throwing these concepts at beginners:

  • monorepos (not required but still very present in docs)
  • choosing a bundler (sws, vite, parcel, webpack: they don't feel confortable to choose)
  • migrations
  • generators
  • targets/executors (let them learn package.json scripts first)

I concur that Nx is powerful and may seem simple for us that have more experience, but Vite is simpler and has less friction for beginners.

I would add that we should recomend thesimplest way for them and Vite fits for being simple in the sense it doesn't try to have all these abstractions baked in.

Having both recommendations would not be advised as well.

adeleke5140 reacted with thumbs up emoji
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Nx doesn't require using monorepos anymore

wesleycoder, juristr, and aeldar reacted with thumbs up emoji

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@wesleycoder yeah as@nickmccurdy said. Not Nx in the monorepo setup. This is targeted towards new learners as far ad I understood.

Nx's new "standalone app" setup is almost identical to what CRA produces, and allows ppl to choose whether they want Vite or Wepback

I wrote it up here:#5487 (comment)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Vite

@Girma35
Copy link

Totally agree that there are excellent alternatives to CRA now, and React should more prominently feature them. However, as the maintainer of Parcel, an alternative to Vite, I would appreciate it if React did not play favorites (also with Next.js vs. other frameworks). Since CRA was maintained by the React team, it made sense, but it's harder when it's not. Perhaps a small description of each option with more details about what it's best for and the tradeoffs vs. other options would be beneficial?

For example:

Single Page Applications (SPA):

Vite: A bundle-less dev server that works with React and other frameworks, providing a fast and efficient development experience.
Parcel: An easy-to-use bundler that works great with React, offering zero configuration and out-of-the-box support for many features.
Server Rendered Apps:

Next.js: A React framework with file system routing, server components, and a robust ecosystem for building server-rendered applications.
Remix: A React framework focused on web standards, offering excellent performance and a flexible approach to routing and data fetching.
Static Websites:

Gatsby: A React framework for building static websites, leveraging GraphQL and a vast plugin ecosystem to optimize site performance and development workflow.

rodrigc, porobertdev, and dfosco reacted with thumbs up emoji

@sebastiancarlos
Copy link

To everyone still getting emails about this old PR: Notification gang, rise up!

Eghizio reacted with thumbs up emoji

@Girma35
Copy link

Girma35 commentedAug 3, 2024 via email

Thanks all
On Sat, 3 Aug, 2024, 10:29 pm Jeremy Harris, ***@***.***> wrote: Even when React is long gone (presumably because the server-side components got so large that no server could run it any longer), people will still be commenting on this thread. — Reply to this email directly, view it on GitHub <#5487 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BCDU2DBTPDNVGNS47HCWFB3ZPUVSZAVCNFSM6AAAAAAUCU4GMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRXGEYTEMBVGE> . You are receiving this because you commented.Message ID: <reactjs/react. ***@***.***>

@myckhel
Copy link

@myckhel

lift-world added a commit to lift-world/codespaces-react that referenced this pull requestAug 14, 2024
To future prove React Codespaces, this change abandonsreact-scripts and moves everything to vite as a near seamless transitionfrom the create-react-app based approach when this app was created.Reference:https://vitejs.dev/ andhttps://vitest.dev/Related:reactjs/react.dev#5487
@Hacksore
Copy link

Considering that CRA is on a deprecation path now withfacebook/create-react-app#17008

Do we see any interest in revisiting this PR?

Currently thedocs push you to pick frameworks like next or remix.

However, I'd really like to seevite be recommend too 🙏.

dev-shetty, Pyr33x, theMosaad, sebastiancarlos, and mbonaci reacted with rocket emoji

@sebastiancarlos
Copy link

Email notification gang, rise up! 📫 🚀 😎

david0178418, jvasseur, and Eghizio reacted with laugh emojidavid0178418 reacted with rocket emoji

YadaYuki added a commit to mercari-build/mercari-build-training that referenced this pull requestFeb 17, 2025
## What- Migration create-react-app -> Vite-based SPA- Not changed main UI & Logic, just did some refactoring:   - Integrate Linter & Formatter  - Applied Lint & Format for all files 🙏🏻 - Codebase organization ( migrated data fetching related logic to`src/api/index.ts`)- Minor changed trainign materials - Confirmed to work with `node@20.18.2`, `node@21.7.3`, and`node@22.13.1`## Why- De facto deprecation of create-react-app 😢   -facebook/create-react-app#13072  -reactjs/react.dev#5487- When creating production-level applications, [it is recommended to useframeworks like**Next.js/Remix/GatsyBy/Astro**](https://react.dev/learn/start-a-new-react-project).- However, these frameworks involve too many considerations beyond UIimplementation, such as hosting methods and rendering techniques(CSR/SSR/SSG), making them unsuitable for educational purposes in buildeducation.→ In Build training course, we decided to use **Vite-based Simple SPA**## CHECKS⚠️Please make sure you are aware of the following.- [ ] **The changes in this PR doesn't have private information
@rickhanlonii
Copy link
Member

Update

We've announceddeprecating Create React App on the blog, which explains the limitations of starting with a build tool, and added new docs forBuilding a React app from Scratch that includes instructions for starting with build tools like Vite, Parcel, and Rsbuild (see#7495 and#7624).

The docs and blog post include much of the information@gaearon explained inthis (now buried) comment, and helps users understand the tradeoff for building a new app from scratch versus using a framework.

Locking this to limit the notification spam, if you have more suggestions, feel free to file a new issue!

@reactjsreactjs locked asresolvedand limited conversation to collaboratorsFeb 18, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@gaearongaearonAwaiting requested review from gaearon

103 more reviewers

@RookTKORookTKORookTKO left review comments

@juristrjuristrjuristr left review comments

@adityadafeadityadafeadityadafe left review comments

@edgarberlinckedgarberlinckedgarberlinck left review comments

@nickservnickservnickserv left review comments

@nexxelnnexxelnnexxeln left review comments

@sebastiancarlossebastiancarlossebastiancarlos left review comments

@CodeWithShreyansCodeWithShreyansCodeWithShreyans left review comments

@kibertoadkibertoadkibertoad left review comments

@ErickRodrCodesErickRodrCodesErickRodrCodes approved these changes

@Jordan-HallJordan-HallJordan-Hall left review comments

@Zaid-makerZaid-makerZaid-maker left review comments

@nstanardnstanardnstanard left review comments

@james-tharitjames-tharitjames-tharit left review comments

@GCastilhoGCastilhoGCastilho left review comments

@MkManMkManMkMan left review comments

@VivekNeelVivekNeelVivekNeel left review comments

@exposirexposirexposir left review comments

@EghizioEghizioEghizio left review comments

@prathu9prathu9prathu9 left review comments

@david0178418david0178418david0178418 left review comments

@BOTKooperBOTKooperBOTKooper left review comments

@wesleycoderwesleycoderwesleycoder left review comments

@darklight9811darklight9811darklight9811 left review comments

@akhil-gautamakhil-gautamakhil-gautam approved these changes

@bnzonebnzonebnzone approved these changes

@subhaminionsubhaminionsubhaminion approved these changes

@maxproskemaxproskemaxproske approved these changes

@austin-karrenaustin-karrenaustin-karren approved these changes

@chrisodichochrisodichochrisodicho approved these changes

@schester44schester44schester44 approved these changes

@dyegolaradyegolaradyegolara approved these changes

@ygnohygnohygnoh approved these changes

@dylanklohrdylanklohrdylanklohr approved these changes

@KirbyMcKenzieKirbyMcKenzieKirbyMcKenzie approved these changes

@etoundi2ndetoundi2ndetoundi2nd approved these changes

@kulia26kulia26kulia26 approved these changes

@otomir23otomir23otomir23 approved these changes

@rolandom31rolandom31rolandom31 approved these changes

@loadchangeloadchangeloadchange approved these changes

@EddyVinckEddyVinckEddyVinck approved these changes

@NstttNstttNsttt approved these changes

@AmadeusTwiAmadeusTwiAmadeusTwi approved these changes

@ekazukiiekazukiiekazukii approved these changes

@sebmellensebmellensebmellen approved these changes

@jdpugliesejdpugliesejdpugliese approved these changes

@martin-wahlbergmartin-wahlbergmartin-wahlberg approved these changes

@imkakaimkakaimkaka approved these changes

@stepaniukmstepaniukmstepaniukm approved these changes

@donnesdonnesdonnes approved these changes

@TheDevMinerTVTheDevMinerTVTheDevMinerTV approved these changes

@c-ehrlichc-ehrlichc-ehrlich approved these changes

@ealchealchealch approved these changes

@garretcharpgarretcharpgarretcharp approved these changes

@Thejus-PaulThejus-PaulThejus-Paul approved these changes

@guissalustianoguissalustianoguissalustiano approved these changes

@naorpelednaorpelednaorpeled approved these changes

@lloydjatkinsonlloydjatkinsonlloydjatkinson approved these changes

@myckhelmyckhelmyckhel approved these changes

@iammenascoiammenascoiammenasco approved these changes

@matschikmatschikmatschik approved these changes

@AbhayVAshokanAbhayVAshokanAbhayVAshokan approved these changes

@MasterBrian99MasterBrian99MasterBrian99 approved these changes

@wilsenhcwilsenhcwilsenhc approved these changes

@AnimeAllstarAnimeAllstarAnimeAllstar approved these changes

@twistypigeontwistypigeontwistypigeon approved these changes

@NightOfNightsNightOfNightsNightOfNights approved these changes

@TroploTroploTroplo approved these changes

@ObstinateMObstinateMObstinateM approved these changes

@RamonEspinosaRamonEspinosaRamonEspinosa approved these changes

@migfernandes01migfernandes01migfernandes01 approved these changes

@Just-Moh-itJust-Moh-itJust-Moh-it approved these changes

@RosaErickRosaErickRosaErick approved these changes

@looskielooskielooskie approved these changes

@NokiuszNokiuszNokiusz approved these changes

@dlarroderdlarroderdlarroder approved these changes

@exnevalexnevalexneval approved these changes

@michaelangeloiomichaelangeloiomichaelangeloio approved these changes

@mrkdavimrkdavimrkdavi approved these changes

@franco-rourafranco-rourafranco-roura approved these changes

@AtheerAPeterAtheerAPeterAtheerAPeter approved these changes

@sai6855sai6855sai6855 approved these changes

@flav1oflav1oflav1o approved these changes

@AnilSeerviAnilSeerviAnilSeervi approved these changes

@abhiagrawal9abhiagrawal9abhiagrawal9 approved these changes

@8spw8spw8spw approved these changes

@SreehariJayarajSreehariJayarajSreehariJayaraj approved these changes

@JaviCeRodriguezJaviCeRodriguezJaviCeRodriguez approved these changes

@acrogenesisacrogenesisacrogenesis approved these changes

@vitorsouzaalmeidavitorsouzaalmeidavitorsouzaalmeida approved these changes

@anuragtsanuragtsanuragts approved these changes

@shamar-morrisonshamar-morrisonshamar-morrison approved these changes

@MoustaphaDevMoustaphaDevMoustaphaDev approved these changes

@viniqrzviniqrzviniqrz approved these changes

@dreyfus92dreyfus92dreyfus92 approved these changes

@panov-aleksey-saritasapanov-aleksey-saritasapanov-aleksey-saritasa approved these changes

@wdhdevwdhdevwdhdev approved these changes

@capajcapajcapaj approved these changes

@dev-shettydev-shettydev-shetty approved these changes

@Raosandeep007Raosandeep007Raosandeep007 approved these changes

@Tigran0199Tigran0199Tigran0199 approved these changes

@elektronik2k5elektronik2k5elektronik2k5 approved these changes

@paramaggarwalparamaggarwalparamaggarwal approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

182 participants

@t3dotgg@devongovett@david0178418@sebastiancarlos@Ryntak94@dir@bhatvikrant@aymanapatel@classy-giraffe@tzdesign@c-ehrlich@samifouad@8spw@mgdotdev@dteknolove@Usama-Tahir@miguelvelasquezdev@VivekNeel@aprilmintacpineda@b3nten@AyushG3112@CodeWithShreyans@lloydjatkinson@94726@FunctionDJ@kasteckis@Jordan-Hall@GCastilho@harry-whorlow@NurMarvin@arthurlch@OzairP@SirMishaa@mikhi32@Eghizio@nickserv@rwieruch@juristr@loadchange@webmandman@BearCooder@BOTKooper@ryanleichty@squidsoup@jacobcarpenter@jzombie@evanjmg@orizens@gaearon@leerob@anthonyshew@Just-Moh-it@Kliton@iRoachie@bebbi@AndrewIngram@martinovicdev@MrSunshyne@dctalbot@dburrows@unrevised6419@CreativeTechGuy@Mwamitovi@aniallator8@zholmes1@gregfenton@tusharsnx@abhinav-anshul@freeliujian@rikhou@andriijas@emekaokoli@9x9x9x@cat-turner@pragmasoft-ua@steveroof@MrSharpp@alamothe@nate-vukovich@Mj-wiki@youssmak@karlhorky@willxy@idler8@oinochoe@Alejoboga20@ts-dot-rs@dakur@alexchandel@GGupzHH@Girma35@myckhel@Hacksore@rickhanlonii@paramaggarwal@edgarberlinck@elektronik2k5@capaj@acrogenesis@kibertoad@ErickRodrCodes@exneval@nstanard@twistypigeon@iammenasco@naorpeled@ealch@donnes@jdpugliese@kulia26@ygnoh@wilsenhc@subhaminion@maxproske@austin-karren@chrisodicho@schester44@dyegolara@RookTKO@dylanklohr@KirbyMcKenzie@etoundi2nd@darklight9811@otomir23@rolandom31@wesleycoder@EddyVinck@Nsttt@AmadeusTwi@ekazukii@sebmellen@martin-wahlberg@imkaka@stepaniukm@akhil-gautam@TheDevMinerTV@prathu9@garretcharp@Thejus-Paul@guissalustiano@exposir@MkMan@matschik@AbhayVAshokan@MasterBrian99@bnzone@AnimeAllstar@james-tharit@NightOfNights@Troplo@ObstinateM@RamonEspinosa@migfernandes01@RosaErick@looskie@Nokiusz@dlarroder@Zaid-maker@michaelangeloio@mrkdavi@franco-roura@AtheerAPeter@sai6855@flav1o@AnilSeervi@abhiagrawal9@SreehariJayaraj@JaviCeRodriguez@vitorsouzaalmeida@anuragts@shamar-morrison@MoustaphaDev@viniqrz@dreyfus92@panov-aleksey-saritasa@wdhdev@dev-shetty@Raosandeep007@Tigran0199@nexxeln@adityadafe@facebook-github-bot

[8]ページ先頭

©2009-2025 Movatter.jp