Giter Site home page Giter Site logo

star-wars-api's Introduction

Hi there 馃憢

I'm Nazareno, a frontend developer based in Barcelona. I'm passionate about building beautiful and functional user interfaces. Currently learning Node.js and improving my skills in React on a daily basis. Looking for new challenges and opportunities to grow as a developer.

star-wars-api's People

Contributors

bazza6 avatar

Stargazers

 avatar

Watchers

 avatar

star-wars-api's Issues

Est谩 bien pensada la paginaci贸n. Se podr铆an guardar los datos de todas las naves que se van cargando

El estado que guarda la informaci贸n de las naves que se obtienen por API, en lugar de ser un objeto que guarda 煤nicamente una p谩gina cargada, podr铆a ser un objeto que contenga todas las p谩ginas cargadas.
De esta forma, si el usuario quiere volver a ver una p谩gina, no habr谩 que volver a realizar la llamada API. Un ejemplo de la estructura de datos del estado ser铆a:

let starships = {
   1: {...informaci贸n de la page 1...},
   2: {...informaci贸n de la page 1...},
   ...
   n: {...informaci贸n de la page n...},
}

let [starships, setStarships] = useState({

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.