Ajaxtown

Noting down my experiences on various technical topics, mostly dealing with Javascript.

  • Home

Building our own store management library like Redux

React comes with hooks and also it has a powerful context API. We are going to take advantage of these two features and build a state management system.

AuthorAbhishek
5 min

Do we need Redux ?

When developing a single page application, we need a way to persist data in state that can be used by our application. Redux helps us in maintaining this state.

AuthorAbhishek
4 min

Abusing High Order Components in React

High Order Components are a great way to enhance your components. You can combine multiple HOCs together to build a powerful feature.

AuthorAbhishek
5 min

Chaining Graphql Resolvers

By creating a chain of resolvers to satisfy individual parts of the overall problem, you will be able to compose an elegant workflow.

AuthorAbhishek
5 min
© 2020. Built with Letterpad.
TwitterGithub