mtamc / memo

Website for rating books, movies, video games, and TV shows.
0 stars 0 forks source link

Upgrade components implementation to react? #23

Open dustinvtran opened 2 years ago

dustinvtran commented 2 years ago

Not a huge priority, but could be useful in the long run(?).

ghost commented 2 years ago

Note that this would require replacing a lot of imperative code (traditional DOM manipulations are risky to mix with React components), perhaps including the use of bootstrap-table itself. maybe https://github.com/react-bootstrap-table/react-bootstrap-table2?