Proyecto integrador E-Commerce - Curso de React JS de CoderHouse .Proyecto realizado en ReactJs y conectado a Firebase. Todos los productos se encuentran alojados en Firestore y las ordenes generadas se guardan ahi tambien.
Proyecto realizado en ReactJs y conectado a Firebase. Todos los productos se encuentran alojados en Firestore y las ordenes generadas se guardan ahi tambien. El sitio muestra en la homepage solo 10 productos principalmente. Al navegar sobre computación y/o gaming filtrara esos productos segun la categoria seleccionada y los mostrara en pantalla.
Al clickear sobre un producto en particular nos enviara al detalle del mismo donde existira la posibilidad de seleccionar la cantidad y sumar la cantidad deseada al carrito.
En el carrito estara el detalle , pudiendo eliminar cualquier producto. Un boton de finalizar compra nos llevara a llenar un formulario obligatorio con nuestra informacion asi genererar la orden.
El detalle de la compra y las compras anteriores estaran en la seccion de 'mis compras' ( icono con 3 lineas horizontales.)
Utilice hooks de:
Tambien utilice BrowserRouter, Switch y Route junto con Links y Navlinks para el Routing.
Author: GermanSaracca
Demo: https://coderhouse-ecommerce-ef2fe.web.app/
Source Code: https://github.com/GermanSaracca/ReactJSCoderHouse
Article covers: How native is react native?, React Native vs (Ionic, Cordova), Similarities and difference between React Native and Native App Development.
Increase Performance of React Applications Via Array JavaScript Methods. We will create a simple event management application in the react to add, update, and delete an event.
I have been using React JS in my projects for quite some time now and am used to managing routing in my app using the react-router package. I have always been keen on having as little dependencies in my apps as possible, so, I always felt perturbed by the use of this particular package in simpler apps which did not have complex routes.
In this post, I will share my own point of view about React Hooks, and as the title of this post implies, I am not a big fan.
This article will walk you through the concepts you would need to know to step into the world of widely used ReactJS.