Skip to content

Commit fe2dbc6

Browse files
committed
Update links
1 parent d929196 commit fe2dbc6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you think ShakaCode can help your project, [click here](https://meetings.hubs
4444

4545
## React on Rails Pro
4646

47-
Are you interested in optimizing your Webpack setup for React on Rails, including code splitting with [react-router](https://github.com/ReactTraining/react-router#readme) and [loadable-components](https://loadable-components.com/) with server-side rendering for SEO and hot-reloading for developers?
47+
Are you interested in optimizing your Webpack setup for React on Rails, including code splitting with [React Router](https://reactrouter.com/) and [loadable-components](https://loadable-components.com/) with server-side rendering for SEO and hot-reloading for developers?
4848
We did this for Popmenu, [lowering Heroku costs 20-25% while getting a 73% decrease in average response times](https://www.shakacode.com/recent-work/popmenu/). Several years later, Popmenu serves tens of millions of SSR requests daily with React on Rails Pro.
4949

5050
If you're interested, read more about [React on Rails Pro](https://www.shakacode.com/react-on-rails-pro/) and [book a call](https://meetings.hubspot.com/justingordon/30-minute-consultation).
@@ -67,7 +67,7 @@ Given that `shakacode/shakapacker` gem already provides basic React integration,
6767
Tight integration with [shakapacker](https://github.com/shakacode/shakapacker) (or its predecessor [rails/webpacker](https://github.com/rails/webpacker)).
6868
1. Server-Side Rendering (SSR), often used for SEO crawler indexing and UX performance.
6969
1. [Automated optimized entry-point creation and bundle inclusion when placing a component on a page. With this feature, you no longer need to configure `javascript_pack_tags` and `stylesheet_pack_tags` on your layouts based on what’s shown. “It just works!”](https://www.shakacode.com/react-on-rails/docs/guides/file-system-based-automated-bundle-generation/)
70-
1. [Redux](https://github.com/reactjs/redux) and [React Router](https://github.com/ReactTraining/react-router#readme) integration with server-side-rendering.
70+
1. [Redux](https://redux.js.org/) and [React Router](https://reactrouter.com/) integration with server-side-rendering.
7171
1. [Internationalization (I18n) and (localization)](https://www.shakacode.com/react-on-rails/docs/guides/i18n)
7272
1. A supportive community. This [web search shows how live public sites are using React on Rails](https://publicwww.com/websites/%22react-on-rails%22++-undeveloped.com+depth%3Aall/).
7373
1. [ReScript Support](https://github.com/shakacode/rescript-react-on-rails-example).

docs/misc/doctrine.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Here's the chef's selection from the React on Rails community:
4040

4141
- [Bootstrap](http://getbootstrap.com/), loaded from [bootstrap-loader](https://github.com/shakacode/bootstrap-loader/). Common UI styles.
4242
- [Lodash](https://lodash.com/): Swiss army knife of utilities.
43-
- [React](https://facebook.github.io/react/): UI components.
44-
- [React-Router](https://github.com/reactjs/react-router): Provider of deep links for client-side application.
45-
- [Redux](https://github.com/reactjs/redux): Flux implementation (aka "state container").
43+
- [React](https://react.dev/): UI components.
44+
- [React Router](https://reactrouter.com/): Provider of deep links for client-side application.
45+
- [Redux](https://redux.js.org/): Flux implementation (aka "state container").
4646

4747
### JavaScript Tooling
4848

0 commit comments

Comments
 (0)