Why I am using Emberjs instead of reactjs in 2022?

React is a cool UI rendering library & undoubtedly the most popular library in the JS world now. But as a Django developer, I found ember to be very productive out of the box. Moreover, the ember workflows and concepts are very identical to any Django/rails/sails developers & if you have  JSON-API 1.0 standard Restful API ember-data work just out of the box with any JSON-API 1.0 standard API! react lack this and react ecosystem especially mobx lack this.

Comments