Skip to content

jetobe95/gh-pages-monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Página para visualizar noticias (Create-react-app)

En esta página podras:

  • Ver noticias de último momento
  • Filtrar las noticias pot categorias
  • Seleccionar un país especifico
  • Realizar Busquedas

¿Comó Empezar a usarla?

  1. git clone.
  2. npm install ó yarn install.
  3. npm start

Componentes

Componente props default
News news,title none

¿ Como uso Redux?

  1. Crear reducers

Para manejar el estado de las noticias

const Initialstate = {

}
const news = (state = initialState,action) =>{
 switch(action.type){
    case "XXXX"
    return state
   }
   //.....
}
export default news
  1. Crear Store de Redux

¿ De que servicio obtengo las noticias?

Documentación

APINEWS.org