react-codemod

React codemod scripts (by reactjs)

React-codemod Alternatives

Similar projects and alternatives to react-codemod

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better react-codemod alternative or higher similarity.

react-codemod reviews and mentions

Posts with mentions or reviews of react-codemod. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-23.
  • Converting class based components into functional ones
    1 project | /r/reactjs | 4 Feb 2023
    You can convert the “easy” render-only class components to function components using the pure-component codemod.
  • Front-end Guide
    54 projects | dev.to | 23 Nov 2022
    Developer Experience - There are a number of tools that improves the development experience with React. React Developer Tools is a browser extension that allows you to inspect your component, view and manipulate its props and state. Hot reloading with webpack allows you to view changes to your code in your browser, without you having to refresh the browser. Front end development involves a lot of tweaking code, saving and then refreshing the browser. Hot reloading helps you by eliminating the last step. When there are library updates, Facebook provides codemod scripts to help you migrate your code to the new APIs. This makes the upgrading process relatively pain-free. Kudos to the Facebook team for their dedication in making the development experience with React great.
  • A new way to ship Codemods
    3 projects | dev.to | 14 Aug 2022
    Like most popular libraries, e.g. React, Next.js and more, which provide codemods to help move their huge user base across versions, we needed a bespoke and fairly simple CLI wrapper of jscodeshift, that would provide a means of publishing, downloading and running codemods. So we created a custom 'codemod-cli', our first piece of internal codemod infrastructure.
  • React v18.0
    6 projects | news.ycombinator.com | 29 Mar 2022
    If you'd like to migrate them, the React team maintains some awesome codemods:

    https://github.com/reactjs/react-codemod

  • [AskJS] How do you release libraries updates with breaking changes?
    7 projects | /r/javascript | 14 Feb 2022
    Codemods - providing automated tooling to change old patterns to new ones can go a long way in helping drive adoption of the new version. The most notable example of doing this is react-codemod (many other examples exist)
  • All about Abstract Syntax Tree
    5 projects | dev.to | 27 May 2021
    Sometimes you need to migrate from one version of a library to another, for example, when React has updated to version 15.5 the PropTypes has moved to different package and the react-developers provides codemod for migration.
  • Modern JavaScript:Everything you missed over the last 10 years(ECMAScript 2020)
    8 projects | news.ycombinator.com | 15 May 2021
    Can you point me towards examples of the usage of AST rewriting tools that are actively being used by open-source library maintainers in other ecosystems to help their consumers do upgrades in large code-bases (e.g. I can see that `clang` has AST tooling, but I don't see examples online of this being widely used: https://devblogs.microsoft.com/cppblog/exploring-clang-tooli...).

    Within the JavaScript ecosystem this is quite popular (1. https://github.com/reactjs/react-codemod; 2. https://github.com/mui-org/material-ui/tree/HEAD/packages/ma... 3. https://github.com/emotion-js/emotion/tree/main/packages/esl... etc.) Teams that maintain huge codebases have tooling to safely automate their upgrades and the best library maintainers provide their consumers with these AST transformations.

      > Don't tell that to anyone who uses
  • Introducing Astra: A Tool for Refactoring Java Programs at Scale
    4 projects | /r/java | 16 Apr 2021
    Agree. I know js has a similar tool, jscodeshift. https://github.com/reactjs/react-codemod and https://github.com/cpojer/js-codemod/tree/master/transforms have some ideas for js.
  • React 17 DOM tree inside of React 16.2 DOM
    2 projects | /r/reactjs | 4 Mar 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 25 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic react-codemod repo stats
9
4,055
3.5
about 1 month ago

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com