OpenLiberty / guide-rest-client-reactjs

A guide on how to access a simple RESTful web service and consume its resources with ReactJS in Open Liberty.
https://openliberty.io/guides/rest-client-reactjs.html
Other
1 stars 1 forks source link

CRA has been deprecated for a year now, and this guide doesn't talk about config #165

Open catstaffo opened 4 months ago

catstaffo commented 4 months ago

Ran into issues setting up a modern frontend for my course's OL project because this guide doesn't describe the actual process of frontend creation + uses a deprecated version of deprecated CRA, and just tells users to clone it. I think most people googling these terms probably want to know how to configure the system themselves. This guide is the only thing that comes up about React + OL. I did use this guide to create modern docs for my course, just using Vite. I made changes to update the packages and use Vite in my course's project and would love to lightly amend this, if possible.

gkwan-ibm commented 2 months ago

hi @catstaffo

Some dependencies were updated in this guide but still have the deprecation warnings. It is caused by the react-table library has no activity for past 2 years.

FYI, we will look for other react table library.

Thank you reported this issue and your suggestion.