After what looked like almost 8 years of Rails Development, about a year ago I decided to start working with meteor.js and as of the last month I started working with react.js.
I took the React for Beginners course (which I really liked and learned a lot) and the course really interests me in Firebase . I believe that I understand the nature of synchronization and the use of re-base, procs and states, however, in search of sample applications, I just can not find the basic CRUD application. There seems to be a simple example for something like this, but I can't find it.
In the case of a sample blog application, I am looking for a bare-bone application that creates, reads, updates, and deletes data from a collection. Page layout and authentication will be icing on the cake.
I started to code the prototype, as is the case with 2 gists below; App.js is a container and AnnoucementsList.js contains declarations. It's just interesting if there are other examples, and if the application should do CRUD in this way.
If someone can share something that you created or related to the source, I would really appreciate it.
javascript reactjs firebase
imarichardson
source share