News

We are now ready to add the final step: getting a token. When our users submit our form, we want to send their payment information to Recurly, which will return a token. We'll then keep this token to ...
React Multi-Step form boilerplate is a very simple implementation of how to use Context API + Hooks in your real world project. Context API is an amazing feature introduced with React version 16.3.0 ...