ReactJS – Concepts
UI creation Work process Create UI mockup Divide UI into different areas, small area is inside bigger area, the biggest area is the entire UI […]
UI creation Work process Create UI mockup Divide UI into different areas, small area is inside bigger area, the biggest area is the entire UI […]
react-native-sound How to stream an audio from url [js] var playSound = new Sound(‘your mp3 url’, null, (e) => { if (e) { console.log(‘error loading […]
React Native Webview How to close Webview when tapping a button inside Webview? How to pass data from React Native to webview Issues How to […]
NodeJS Installation Usage [js] /* users.json { “user1” : { “name” : “mahesh”, “password” : “password1”, “profession” : “teacher”, “id”: 1 }, “user2” : { […]
Use Realm How to see Realm database Install Realm Browser How to know my Realm file path [js] let YourRealmDB = new Realm({schema: [YourSchema]}); console.log(‘YourRealmDB […]
How to convert iOS app to Android app?
How to request localhost API from Android emulator? Change the API endpoints in your Android code to http://10.0.2.2 How to GET json data? How to GET […]
https://facebook.github.io/react/docs/introducing-jsx.html Object JSX represents object The following declarations are the same because Babel compiles JSX down to React.createElement() calls[js]const element = ( Hello, world! );[/js] [js] […]
Copyright © 2024 | WordPress Theme by MH Themes