Archive for the ‘React Native’ Category

Fake Rest services for POC

Posted: April 23, 2018 in React, React Native
Tags:

Many of us when entering in a new technology, or to prototype some concepts had allways an issue that many times make new projects
born inside a project. Sometimes this is good but most of the times thi mines a lost off focus and if the goal is just learn a new
Library or technology of frontend or integration, dealing with the backend can make things last longer.

 

In my Workshops, study projects R&D and prototypes i am having one off tree approaches, that i would like to share with the
community, because they had been a good bet until now.

– Azure Hub Services: For a quick creation of a backend and to have some struture on the cloud;
– Firebase: A recent aquisition, and had been very impressive. This SAS is very easy to costumise and real cheap.
For classroms until now has been a gooda approach;
– Fake Services: Using generic Services created once for the effecta and reused. I have some solution on Azure Hub Services, based on
different topics like Movies, Contacts and Photo Galleries created for reuse. Other approach is https://jsonplaceholder.typicode.com.

https://jsonplaceholder.typicode.com is great for tests and it is already on the web and from every local you can use it.

 

All image copyrights to his author

In Example right now i am looking to the sea and building a propousal with a demo part, this react native demo. This need of puting a
real functional demos had born from a phone call. And this is the kind off challenge where time will be all. https://jsonplaceholder.typicode.com
is saving me. In the next hours i will only focus on the build off the frontend demo part, since i am out off the office and backend
is something not important for know. This approach can save your day.

I hope this post is usefull for you.

Cya