![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Drew Neil has made it the subject of one of his vimcasts: vimcasts #20: running Vim within IRB, and Chad Perrin has written an article about it on TechRepublic: Use interactive_editor with irb for an inside-out Ruby IDE. There's also an outdated blog post which predates the gem from 2009: Integrating vim and IRB.
$ gem install interactive_editor
Put the following in your .irbrc:
require 'rubygems'
require 'interactive_editor'
Then, from within irb:
$ irb # or ripl
> vi # (use vi w/ temp file)
> vi 'filename.rb' # (open filename.rb in vi)
> ed # (use EDITOR env variable)
> [emacs|vim|mvim|nano|mate] # (other editors)
Bonus: editing of objects on the fly (inspired by _why's object aorta)
$ irb
> { 'chunky' => 'bacon' }.vi
To try it out without installing the gem:
$ git clone git://github.com/jberkel/interactive_editor.git
$ cd interactive_editor
$ rake console
interactive_editor also works with the IRB alternatives ripl and pry.
Giles Bowkett, Greg Brown, and several audience members from Giles' Ruby East presentation: Use vi or any text editor from within IRB.
With contributions from:
FAQs
Unknown package
We found that interactive_editor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.