Articles tagged 'Nodejs
Easily Integrate Maps In Your Projects
Shiva Bhusal (Software Engineer) 4 Min. Read Aug 12, 2019
JS Javascript Google Map Open Street Map NPM Nodejs Plugins
The purpose of this library is to combine features of `google map` such as map, marker and corresponding info window rendering to a single API call. This simplifies implementing google map into your project while not having to remember all the associated API calls provided by it. Just include the script tag into your project and initialize and object of `ideaMap` class with appropriate parameters while rendering the map. While instantiating the `ideaMap` class, there are certain parameters that you need to pass according to your requirement. Let’s go over them, Here, we’ve passed in an object while initializing the map.
Read More..
Read More..
Tictac Toe Using React Context Api With Ruby On Rails
Shiva Bhusal (Software Engineer) 16 Min. Read Jul 23, 2019
ReactJS React Tic Tac Toe Game Nodejs Ruby On Rails Rails Context API JSX
You can simply transfer state from parent to child or use Context API to transfer model/context data to underlying components. But the later one is easier to maintain.
Read More..
Read More..
You might also like
Easily Integrate Maps In Your Projects
Shiva Bhusal (Software Engineer) 4 Min. Read Aug 12, 2019
JS Javascript Google Map Open Street Map NPM Nodejs Plugins
The purpose of this library is to combine features of `google map` such as map, marker and corresponding info window rendering to a single API call. This simplifies implementing google map into your project while not having to remember all the associated API calls provided by it. Just include the script tag into your project and initialize and object of `ideaMap` class with appropriate parameters while rendering the map. While instantiating the `ideaMap` class, there are certain parameters that you need to pass according to your requirement. Let’s go over them, Here, we’ve passed in an object while initializing the map.
Read More..
Read More..
Tictac Toe Using React Context Api With Ruby On Rails
Shiva Bhusal (Software Engineer) 16 Min. Read Jul 23, 2019
ReactJS React Tic Tac Toe Game Nodejs Ruby On Rails Rails Context API JSX
You can simply transfer state from parent to child or use Context API to transfer model/context data to underlying components. But the later one is easier to maintain.
Read More..
Read More..