Giter Site home page Giter Site logo

sebastiandg7 / tf-react-coding-test Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.42 MB

React coding test - Use of Nx workspaces, hooks, ref forwarding, lazy loading, dynamic redux modules, formik, yup, react-input-mask

Home Page: https://sebastiandg7.github.io/tf-react-coding-test

TypeScript 82.29% JavaScript 5.90% HTML 5.74% Shell 5.88% SCSS 0.18%
axios fakerjs formik nx nx-workspaces react react-hooks react-hooks-project react-input-mask redux redux-dynamic-modules styled-components tsx typescript yup

tf-react-coding-test's Introduction

tf-react-coding-test's People

Contributors

dependabot[bot] avatar sebastiandg7 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

tf-react-coding-test's Issues

[BUG?] redux-form not working

redux-form was used to implement the 'register-form' feature, the form state wasn't reacting to changes, similar to this issue.

A codesandbox recreating the error was made here. The codesandbox app was fixed by adding the getFormState param to reduxForm HOC. As adding this changes to the local app didn't work, redux-form was quitted.

SignupForm = reduxForm({
  form: "signupForm",
  getFormState: state => state[REGISTER_FORM_FEATURE_KEY].form
})(SignupForm);

The app progress up to this issue was saved in the poc/redux-form branch.

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.