-
Notifications
You must be signed in to change notification settings - Fork 752
Closed
Milestone
Description
There are some issues building up, I think they will need some breaking changes. Here's what's on my list. Do you have anything else that's missing?
- Support Rails 5.0
- Fix
before_filter
usage in ControllerLifecycle Depreciation warnings with Rails 5 #404 - Fix messed up server rendering flow
- Fix
- Support Sprockets 3
Figure out cases where assets aren't transformed (Asset pipelinerequire
not working with coffeescript [v1.4.2 and above] #415, Loading .js.jsx files doesn't work in specs anymore #431)- Support precompiled assets (Server-side rendering is not working with sprockets-rails 3.0 #443, PR:
Fix(SprocketsRenderer) support Sprockets::Manifest if assets were precompiled #430)
- Support Sprockets 4 ?
- Support Turbolinks 5
- Stop warning about Turbolinks 2.2.4
- Update for new Turbolinks API
- Split UJS into different files, make
react_ujs
a manifest?
- Reduce Rails dependency
- Altogether here: Minimize rails dependency #558
Basically, just merge this: Only require rails as a development dependency #427Don't depend on sprockets Register with sprockets when sprockets is available #493
- Improve the flexibility of React addons
- use
webpacker
Support custom ReactJS builds (backed with npm & webpack, built into the apps asset directory)ExposerenderToString
etc without//= require react-server
(Render static html client-side #442)- General cleanup
- Use
.js
files for CONSOLE_POLYFILL and CONSOLE_REPLAY - Can we merge
engine.rb
andrailtie.rb
? They're almost the same thing, right? - Fix replay_console + server rendering prerendering warning #555
- Use
- Support
require()
environments refactor(UJS) make it webpack-friendly #678 - Expose UJS
- Document custom component-fetching function
- Improve documentation
[ ] Improve YARD docs[ ] Split readme into guides & improve content- Update readme
Metadata
Metadata
Assignees
Labels
No labels