There is a react questionnaire component which add selected answers to this.state = { answer: []} which works fine. At the same time when the user update answer it add as ano...
any idea why the map() doesn't working ? export class Segment extends React.Component { render() { const days = ["Day 1", "Day 2", "Day 3", "Day 4", "Day 5"]; re...
Does any one know why this is not rendering the component ? 🤔 import React from 'react'; class Members extends React.Component { render() { return ( <div>This is...
Hi 👋 I am planning to build React Native offlin dictionary which contain more than 200,000 words in it. Does SQLite can manage this much data or Would you suggest best library...
Hi, I need to build an admin panel dashboard from scratch in React Do you know any reference which may useful for the beginning process ?
Hi guys 👋 I used try in cordova which was too slow because of searching word millions of words in the database. What you think build an offline dictionary in React Native ? ...
Anything wrong in it ? $("p:eq(1)").removeClass("blue", function(){ alert("The paragraph is now hidden"); }); });
Unfotuntaly both result gives same resullt as 150 letter 🤔 <p> { newsDetails.content.length > 150 ? `${newsDetails.content.slice(0, 150)}` : `${newsDetails.con...
Sass does not working in React, any idea about the issue ? https://codesandbox.io/s/vm5vn2rpo3
actually I was following this tutorial https://youtu.be/SX5HkOP-LWs?t=7m6s
How to avoid form validation on page load instead of onChange and onSubmit ? https://github.com/pshanoop/react-learn/blob/master/client/components/form/Form.js#L103
do you thing something wrong here where export to App.js? https://github.com/athimannil/node-redux/blob/master/client/components/register/Register.js
Could you please review my code ? https://codereview.stackexchange.com/questions/189343/looking-for-react-api-call-and-es6-map-evaluation
any idea momentjs says it is Invalid Date 🙁 moment('08:00').format('h:mm A') http://jsbin.com/laweyadera/1/edit?js,console
Could you please add me design group too ?
Hi <li><a href="/products.php">Products</a> on touch device which one will work on the first tap :hover or href="" ?
how to get data attribute in react ? unfortunatley console.log(event.target.data-question-id) doesn't work
Is there any option in React to manage multiple checkbox ? https://codesandbox.io/s/mm49vkx62p
any idea why getting this error ? code: https://github.com/athimannil/node-redux/tree/master/client
Thanks for your comment you mean put all the <a className="button to another component file ?