top of page

Small React app

  • julienmesser
  • 23 sept. 2023
  • 1 min de lecture

I started to develop a small react app to play with the different things I learnt with Javascript, React and css. As usual it is hosted on Github and the source code is available here.


You can also see the running app at this https://axis68.github.io/react-login-page.


First investigations

The first challenge was to define the transitions between the different pages, using for this different routes in app.js. In a first time, the data is hold at the app-level with "useState" hook and the changes are done with handlers which are passed to the components with props.


Open issues

Reloading the page if you are not in the welcome page is not working properly. Maybe a problem in the publication? as the different routes are defined we would expect that it works.


 
 
 

Comments


JulienGraphic.jpeg

Hello c'est moi Julien

Passionné dans plein de domaines tels que l'informatique, j'ai crée ce blog. J'espère que vous prenez du plaisir à me lire.

    Inscrivez-vous si vous voulez suivre mes publications.

    Inscription

    Merci pour votre inscription!

    bottom of page