Open bjchris32 opened 2 months ago
Got many opinions about whether or not to use react on rails:
There are also many ways to integrate react into Ruby on Rails.
Since I am doing a side project that is rather small, I will use react as library. Tutorials depends on different js build tool:
esbuild
jsbundling-rails
importmap
TODO: still need to evaluate the building tool: esbuild and importmap.
Got many opinions about whether or not to use react on rails:
There are also many ways to integrate react into Ruby on Rails.
Since I am doing a side project that is rather small, I will use react as library. Tutorials depends on different js build tool:
esbuild
orjsbundling-rails
to support typescript and jsx:importmap
, but can not support typescript(not recommended)TODO: still need to evaluate the building tool: esbuild and importmap.