javascript

A collection of 2 post

Validating forms using constraint validation API

Constraint validation API helps you validate data from form controls, before submitting the values to the server.

Backend part with ExpressJS, GraphQL and MongoDB for a basic Todo app

Backend is here Here is the live version on codesandbox Table of Contents Table of Contents What is graphql? Intro Install prerequisites Remove boilerplate code Code Entry point (index.js) Queries Components TodoList.js TodoCreate.js TodoLike.js Conclusion What is GraphQL ? Simple, a query language…